summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/s_ldexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_ldexp.c')
-rw-r--r--newlib/libm/mathfp/s_ldexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/mathfp/s_ldexp.c b/newlib/libm/mathfp/s_ldexp.c
index 5ce2710ac..6da41284b 100644
--- a/newlib/libm/mathfp/s_ldexp.c
+++ b/newlib/libm/mathfp/s_ldexp.c
@@ -45,7 +45,7 @@ On underflow, <<ldexp>> and <<ldexpf>> return 0.0.
On overflow, <<ldexp>> returns plus or minus <<HUGE_VAL>>.
PORTABILITY
-<<ldexp>> is ANSI, <<ldexpf>> is an extension.
+<<ldexp>> is ANSI. <<ldexpf>> is an extension.
*/