summaryrefslogtreecommitdiff
path: root/lib/c-strtod.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /lib/c-strtod.h
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'lib/c-strtod.h')
-rw-r--r--lib/c-strtod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c-strtod.h b/lib/c-strtod.h
index 7797154811..e3b8dc4bca 100644
--- a/lib/c-strtod.h
+++ b/lib/c-strtod.h
@@ -20,7 +20,7 @@
accepting only the ASCII digits '0'..'9', and only '.' as decimal point
character.
If ENDPTR is not NULL, set *ENDPTR to point to the first byte beyond the
- parsed number or to NPTR if the string does not start with a parseable
+ parsed number or to NPTR if the string does not start with a parsable
number.
Return value:
- If successful, return the value as a double or 'long double',