From 27fb0f8623b56e42267f52bd4f2ef2815d48e360 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 13 Feb 2009 18:01:14 +0000 Subject: [PATCH] fix a typo spotted by gabriel_it svn path=/trunk/; revision=39588 --- reactos/include/crt/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/crt/math.h b/reactos/include/crt/math.h index 262d2ecd8d8..2647b032159 100644 --- a/reactos/include/crt/math.h +++ b/reactos/include/crt/math.h @@ -299,7 +299,7 @@ __CRT_INLINE int isinf (double d) { } /* 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. */ __CRT_INLINE int __cdecl __isnan (double _x)