doc: Fix grammar typo in description of malloc attribute

gcc/ChangeLog:

	* doc/extend.texi (Common Function Attributes): Fix grammar.
This commit is contained in:
Jonathan Wakely 2023-01-16 09:56:58 +00:00
parent 8da14bd45e
commit dfc5ea6b0e

View 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