summaryrefslogtreecommitdiff
path: root/libiberty/strtod.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-10-10 00:33:57 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-10 00:33:57 +0100
commit0e4e9e8f54015afd435f754d2ae5464e4a9eade3 (patch)
tree38e4c72a3ba358c92386ffa59a7bc470a62b3142 /libiberty/strtod.c
parentdf2a54e9458547dfc9158100d4207c6559bac9b4 (diff)
bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
* bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". * strtod.c: Use "ISO C" instead of "ANSI C". * functions.texi: Regenerate. From-SVN: r46136
Diffstat (limited to 'libiberty/strtod.c')
-rw-r--r--libiberty/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strtod.c b/libiberty/strtod.c
index 874e5e52416..6b69ccfa8d2 100644
--- a/libiberty/strtod.c
+++ b/libiberty/strtod.c
@@ -26,7 +26,7 @@ the executable file might be covered by the GNU General Public License. */
@deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
-This ANSI C function converts the initial portion of @var{string} to a
+This ISO C function converts the initial portion of @var{string} to a
@code{double}. If @var{endptr} is not @code{NULL}, a pointer to the
character after the last character used in the conversion is stored in
the location referenced by @var{endptr}. If no conversion is