]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/extend.texi (__sync Builtins): Fix grammar.
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 8 Apr 2015 18:27:20 +0000 (18:27 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 8 Apr 2015 18:27:20 +0000 (18:27 +0000)
From-SVN: r221927

gcc/ChangeLog
gcc/doc/extend.texi

index 130f9ec297fe5aadcd3c73e541e51ac70c913477..920be99325b687b73411b73ce81160d5ddead859 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (__sync Builtins): Fix grammar.
+
 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
index 50815d1bf40196ea4b3fbc7c5e67846df164a242..3e29e04c23e323f30617d3ed5847089ed8059112 100644 (file)
@@ -8224,7 +8224,7 @@ counterparts.  GCC allows any integral scalar or pointer type that is
 
 Not all operations are supported by all target processors.  If a particular
 operation cannot be implemented on the target processor, a warning is
-generated and a call an external function is generated.  The external
+generated and a call to an external function is generated.  The external
 function carries the same name as the built-in version,
 with an additional suffix
 @samp{_@var{n}} where @var{n} is the size of the data type.
This page took 0.087654 seconds and 5 git commands to generate.