summaryrefslogtreecommitdiffstats
path: root/libiberty/strtol.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-27 20:27:58 +0000
committerDJ Delorie <dj@redhat.com>2001-09-27 20:27:58 +0000
commitfa9f0e33b3c0510267d7a41f2f4ee72ba452c37e (patch)
treeeab3f8364165c1526f7ea2a5fef4db2ebda18653 /libiberty/strtol.c
parent0ac8d2cabf050fa3d463a79240ef8e05db368b1f (diff)
downloadppe42-binutils-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.gz
ppe42-binutils-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.zip
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 028d6101df..fa84a2e8d2 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
OpenPOWER on IntegriCloud