From 9f7f04998964451ff487b546d77ea48d0ce01451 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 14 Jul 2022 11:32:36 +0200 Subject: [PATCH] libiberty: fix docs typo libiberty/ChangeLog: * functions.texi: Replace strtoul with strtoull. --- 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