>From 3f076b7e29611103c465c5798e9f38fba41e76d2 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Fri, 22 Oct 2010 20:10:58 -0700 Subject: [PATCH] Fix typo in math/math.h --- math/math.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/math/math.h b/math/math.h index 4e65678..aeb54d9 100644 --- a/math/math.h +++ b/math/math.h @@ -261,7 +261,7 @@ enum ? __isnan (x) : __isnanl (x)) # endif -/* Return nonzero value is X is positive or negative infinity. */ +/* Return nonzero value if X is positive or negative infinity. */ # ifdef __NO_LONG_DOUBLE_MATH # define isinf(x) \ (sizeof (x) == sizeof (float) ? __isinff (x) : __isinf (x)) -- 1.7.1