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:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-04-04 23:49:31 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2016-04-05 16:49:44 +0300
commitcd84d1c2d06ad0a30f3aebb8ff86727df67ba0da (patch)
treeaa9a1f9d83b8963439df7a16d05c10b82dced7cf /newlib/libm/machine
parent8d67708a08082df4b077ee35dcfd4947c0a5b1f3 (diff)
math: update isinf/isnan function comments after move to math.h
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libm/machine')
-rw-r--r--newlib/libm/machine/spu/sf_isinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/machine/spu/sf_isinf.c b/newlib/libm/machine/spu/sf_isinf.c
index 3c5f8d81f..6460ec13d 100644
--- a/newlib/libm/machine/spu/sf_isinf.c
+++ b/newlib/libm/machine/spu/sf_isinf.c
@@ -34,7 +34,7 @@
/*
* On the SPU isinff(x) always returns 0.
*
- * isinff is an extension declared in <ieeefp.h>.
+ * isinff is an extension declared in <math.h>.
*/
int
isinff (float x)