libiberty: fix docs typo

libiberty/ChangeLog:

	* functions.texi: Replace strtoul with strtoull.
This commit is contained in:
Martin Liska 2022-07-14 11:32:36 +02:00
parent fd782def31
commit 9f7f049989

View 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