mirror of
https://github.com/reactos/reactos.git
synced 2025-05-03 21:00:15 +00:00
fix a typo spotted by gabriel_it
svn path=/trunk/; revision=39588
This commit is contained in:
parent
d6a64dee2c
commit
27fb0f8623
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue