summaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-08 18:27:20 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-08 18:27:20 +0000
commit162add2ac193f4c3e19982e9d57460cbcd3ae3e3 (patch)
tree8e40c87e88dafed20efbf8a13f6cc66c38e0b4f9 /gcc/doc/extend.texi
parent0ff6e7cc090de4927de0b68d40d53f17f9bc0ed8 (diff)
downloadgcc-162add2ac193f4c3e19982e9d57460cbcd3ae3e3.tar.gz
* doc/extend.texi (__sync Builtins): Fix grammar.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 50815d1bf40..3e29e04c23e 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.