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)