summaryrefslogtreecommitdiff
path: root/stdlib/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtod.c')
-rw-r--r--stdlib/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtod.c b/stdlib/strtod.c
index 60a3de5228..8c305ca178 100644
--- a/stdlib/strtod.c
+++ b/stdlib/strtod.c
@@ -333,7 +333,7 @@ __mpn_lshift_1 (mp_limb_t *ptr, mp_size_t size, unsigned int count,
Set *ENDPTR to the character after the last used one. If the number is
smaller than the smallest representable number, set `errno' to ERANGE and
return 0.0. If the number is too big to be represented, set `errno' to
- ERANGE and return HUGE_VAL with the approriate sign. */
+ ERANGE and return HUGE_VAL with the appropriate sign. */
FLOAT
INTERNAL (STRTOF) (nptr, endptr, group)
const STRING_TYPE *nptr;