]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libiberty: fix docs typo
authorMartin Liska <mliska@suse.cz>
Thu, 14 Jul 2022 09:32:36 +0000 (11:32 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 14 Jul 2022 09:34:02 +0000 (11:34 +0200)
libiberty/ChangeLog:

* functions.texi: Replace strtoul with strtoull.

libiberty/functions.texi

index e4d74b5822058a76754efa384e693ab7e6a66f2c..b56b02e06862a5204fd5763a46223df94bfe2680 100644 (file)
@@ -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