merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strtol.c
index 028d6101dfdfb1a9d171b7a76da0a678d27eb364..fa84a2e8d2dc4f42dd2aaf8dfa05d30683eca8d6 100644 (file)
@@ -38,7 +38,7 @@ between 2 and 36 inclusive, or be the special value 0.  If @var{base}
 is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x}
 to indicate bases 8 and 16, respectively, else default to base 10.
 When the base is 16 (either explicitly or implicitly), a prefix of
-@code{0x} is allowed.  The handling of endptr is as that of
+@code{0x} is allowed.  The handling of @var{endptr} is as that of
 @code{strtod} above.
 
 @end deftypefn
This page took 0.025559 seconds and 4 git commands to generate.