Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/s_nan.c')
-rw-r--r--newlib/libm/common/s_nan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/common/s_nan.c b/newlib/libm/common/s_nan.c
index a7d4dadf8..7ff4ef73e 100644
--- a/newlib/libm/common/s_nan.c
+++ b/newlib/libm/common/s_nan.c
@@ -5,7 +5,7 @@
/*
FUNCTION
- <<nan>>, <<nanf>>---representation of infinity
+ <<nan>>, <<nanf>>---representation of ``Not a Number''
INDEX
nan
@@ -25,7 +25,7 @@ TRAD_SYNOPSIS
DESCRIPTION
<<nan>> and <<nanf>> return an IEEE NaN (Not a Number) in
- double and single precision arithmetic respectivly. The
+ double- and single-precision arithmetic respectively. The
argument is currently disregarded.
QUICKREF