public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1694] libiberty: fix docs typo
@ 2022-07-14  9:34 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-07-14  9:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9f7f04998964451ff487b546d77ea48d0ce01451

commit r13-1694-g9f7f04998964451ff487b546d77ea48d0ce01451
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Jul 14 11:32:36 2022 +0200

    libiberty: fix docs typo
    
    libiberty/ChangeLog:
    
            * functions.texi: Replace strtoul with strtoull.

Diff:
---
 libiberty/functions.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index e4d74b58220..b56b02e0686 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -1747,7 +1747,7 @@ that the converted value is unsigned.
 @c strtoll.c:33
 @deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
   char **@var{endptr}, int @var{base})
-@deftypefnx Supplemental {unsigned long long int} strtoul (@
+@deftypefnx Supplemental {unsigned long long int} strtoull (@
   const char *@var{string}, char **@var{endptr}, int @var{base})
 
 The @code{strtoll} function converts the string in @var{string} to a


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

only message in thread, other threads:[~2022-07-14  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14  9:34 [gcc r13-1694] libiberty: fix docs typo Martin Liska

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