aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/atof.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/atof.c')
-rw-r--r--newlib/libc/stdlib/atof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/atof.c b/newlib/libc/stdlib/atof.c
index bba343c..8497f68 100644
--- a/newlib/libc/stdlib/atof.c
+++ b/newlib/libc/stdlib/atof.c
@@ -25,7 +25,7 @@ DESCRIPTION
<<atoff>> converts the initial portion of a string to a <<float>>.
The functions parse the character string <[s]>,
-locating a substring which can be converted to a floating point
+locating a substring which can be converted to a floating-point
value. The substring must match the format:
. [+|-]<[digits]>[.][<[digits]>][(e|E)[+|-]<[digits]>]
The substring converted is the longest initial