From: Martin Liska Date: Thu, 14 Jul 2022 09:32:36 +0000 (+0200) Subject: libiberty: fix docs typo X-Git-Tag: basepoints/gcc-14~5513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7f04998964451ff487b546d77ea48d0ce01451;p=thirdparty%2Fgcc.git libiberty: fix docs typo libiberty/ChangeLog: * functions.texi: Replace strtoul with strtoull. --- 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