fix a typo spotted by gabriel_it

svn path=/trunk/; revision=39588
This commit is contained in:
Christoph von Wittich 2009-02-13 18:01:14 +00:00
parent d6a64dee2c
commit 27fb0f8623

View file

@ -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)