[pushed] libiberty: fix docs typo

Message ID c139087b-82d0-77f7-9870-f7be07633fab@suse.cz
State New, archived
Headers
Series [pushed] libiberty: fix docs typo |

Commit Message

Martin Liška July 14, 2022, 9:33 a.m. UTC
  libiberty/ChangeLog:

	* functions.texi: Replace strtoul with strtoull.
---
 libiberty/functions.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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