]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix grammar typo in description of malloc attribute
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2023 09:56:58 +0000 (09:56 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2023 10:28:54 +0000 (10:28 +0000)
gcc/ChangeLog:

* doc/extend.texi (Common Function Attributes): Fix grammar.

gcc/doc/extend.texi

index 1103e9936f773387ef7419090a3aa4c7b6dad91a..867ef07ea4b12cb1115d955675181d298e406346 100644 (file)
@@ -3383,7 +3383,7 @@ Attribute @code{malloc} indicates that a function is @code{malloc}-like,
 i.e., that the pointer @var{P} returned by the function cannot alias any
 other pointer valid when the function returns, and moreover no
 pointers to valid objects occur in any storage addressed by @var{P}. In
-addition, the GCC predicts that a function with the attribute returns
+addition, GCC predicts that a function with the attribute returns
 non-null in most cases.
 
 Independently, the form of the attribute with one or two arguments