diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2015-04-08 18:27:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-04-08 18:27:20 +0000 |
commit | 8de4dd051fdc7364da3c52991407f6604e5039b1 (patch) | |
tree | 8e40c87e88dafed20efbf8a13f6cc66c38e0b4f9 /gcc | |
parent | 5817d9f9b70829db4be0801b3e22659a9a668f78 (diff) | |
download | gcc-8de4dd051fdc7364da3c52991407f6604e5039b1.zip gcc-8de4dd051fdc7364da3c52991407f6604e5039b1.tar.gz gcc-8de4dd051fdc7364da3c52991407f6604e5039b1.tar.bz2 |
* doc/extend.texi (__sync Builtins): Fix grammar.
From-SVN: r221927
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 130f9ec..920be99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 50815d1..3e29e04 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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. |