From 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 24 Sep 2017 18:03:26 -0700 Subject: Spelling fixes Comments only, no change to functionality --- win32/include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/include/math.h') diff --git a/win32/include/math.h b/win32/include/math.h index 297184f..74add20 100644 --- a/win32/include/math.h +++ b/win32/include/math.h @@ -327,7 +327,7 @@ extern "C" { #define isinf(x) (fpclassify(x) == FP_INFINITE) /* 7.12.3.4 */ - /* We don't need to worry about trucation here: + /* We don't need to worry about truncation here: A NaN stays a NaN. */ #define isnan(x) (fpclassify(x) == FP_NAN) -- cgit v1.3.1