summaryrefslogtreecommitdiff
path: root/libiberty/strtol.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-09-27 20:27:58 +0000
committerDJ Delorie <dj@delorie.com>2001-09-27 20:27:58 +0000
commita162569b0652c18ecdcdb77a14b388c05067c4db (patch)
tree6e3fea1bfb452f52113c9a21fc0ee1e3f6568eb6 /libiberty/strtol.c
parent4666a5a22845b7e95321df0ca346fcf324062e39 (diff)
downloadgdb-a162569b0652c18ecdcdb77a14b388c05067c4db.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/strtol.c')
-rw-r--r--libiberty/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strtol.c b/libiberty/strtol.c
index 028d6101dfd..fa84a2e8d2d 100644
--- a/libiberty/strtol.c
+++ b/libiberty/strtol.c
@@ -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