public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5190] doc: Fix grammar typo in description of malloc attribute
@ 2023-01-16 10:29 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-01-16 10:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dfc5ea6b0ef6ec57790e972f488062e9e18c59cf

commit r13-5190-gdfc5ea6b0ef6ec57790e972f488062e9e18c59cf
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Jan 16 09:56:58 2023 +0000

    doc: Fix grammar typo in description of malloc attribute
    
    gcc/ChangeLog:
    
            * doc/extend.texi (Common Function Attributes): Fix grammar.

Diff:
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 1103e9936f7..867ef07ea4b 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 10:29 [gcc r13-5190] doc: Fix grammar typo in description of malloc attribute Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).