From 0e012e8734d454f85bb1e3a50167dd61000b6ce4 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Mon, 1 Nov 2010 14:50:24 -0400 Subject: Fix typo in comment. --- math/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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)) -- cgit v1.1