public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fix typos in alloc_size documentation
@ 2021-10-09  9:59 Daniel Le Duc Khoi Nguyen
  2021-10-12 14:53 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Le Duc Khoi Nguyen @ 2021-10-09  9:59 UTC (permalink / raw)
  To: gcc-patches

2021-10-09  Daniel Le  <greenrecyclebin@gmail.com>

        * doc/extend.texi (Common Variable Attributes): Fix typos in
        alloc_size documentation.
---
 gcc/doc/extend.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 133b82eef38..10d466fae9a 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -7359,10 +7359,10 @@ The @code{warn_if_not_aligned} attribute can
also be used for types
 The @code{alloc_size} variable attribute may be applied to the declaration
 of a pointer to a function that returns a pointer and takes at least one
 argument of an integer type.  It indicates that the returned pointer points
-to an object whose size is given by the function argument at @var{position-1},
+to an object whose size is given by the function argument at @var{position},
 or by the product of the arguments at @var{position-1} and @var{position-2}.
 Meaningful sizes are positive values less than @code{PTRDIFF_MAX}.  Other
-sizes are disagnosed when detected.  GCC uses this information to improve
+sizes are diagnosed when detected.  GCC uses this information to improve
 the results of @code{__builtin_object_size}.

 For instance, the following declarations
-- 
2.25.1

--
Regards,
Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Fix typos in alloc_size documentation
  2021-10-09  9:59 [PATCH] doc: Fix typos in alloc_size documentation Daniel Le Duc Khoi Nguyen
@ 2021-10-12 14:53 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2021-10-12 14:53 UTC (permalink / raw)
  To: Daniel Le Duc Khoi Nguyen, gcc-patches



On 10/9/2021 3:59 AM, Daniel Le Duc Khoi Nguyen via Gcc-patches wrote:
> 2021-10-09  Daniel Le  <greenrecyclebin@gmail.com>
>
>          * doc/extend.texi (Common Variable Attributes): Fix typos in
>          alloc_size documentation.
Thanks.  I've installed this on the trunk.
jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-12 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09  9:59 [PATCH] doc: Fix typos in alloc_size documentation Daniel Le Duc Khoi Nguyen
2021-10-12 14:53 ` Jeff Law

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).