aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-07-14 11:32:36 +0200
committerMartin Liska <mliska@suse.cz>2022-07-14 11:34:02 +0200
commit9f7f04998964451ff487b546d77ea48d0ce01451 (patch)
treea7bcb7d3ec4d7173e52bb3f0c1b8a0ebb7323d46
parentfd782def3193d0cd315b5dc9d9c90f469771b7a3 (diff)
downloadgcc-9f7f04998964451ff487b546d77ea48d0ce01451.zip
gcc-9f7f04998964451ff487b546d77ea48d0ce01451.tar.gz
gcc-9f7f04998964451ff487b546d77ea48d0ce01451.tar.bz2
libiberty: fix docs typo
libiberty/ChangeLog: * functions.texi: Replace strtoul with strtoull.
-rw-r--r--libiberty/functions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index e4d74b5..b56b02e 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