Author: cwittich
Date: Fri Feb 13 12:01:14 2009
New Revision: 39588
URL: http://svn.reactos.org/svn/reactos?rev=39588&view=rev
Log:
fix a typo spotted by gabriel_it
Modified:
trunk/reactos/include/crt/math.h
Modified: trunk/reactos/include/crt/math.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/math.h?rev=395…
==============================================================================
--- trunk/reactos/include/crt/math.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/math.h [iso-8859-1] Fri Feb 13 12:01:14 2009
@@ -299,7 +299,7 @@
}
/* 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)
Author: cfinck
Date: Fri Feb 13 11:46:58 2009
New Revision: 39585
URL: http://svn.reactos.org/svn/reactos?rev=39585&view=rev
Log:
Create a branch for silverblade for his FOSDEM Hybrid CD
Added:
branches/ros-branch-0_3_8-fosdem/
- copied from r39584, tags/ReactOS-0.3.8/