[Scummvm-cvs-logs] SF.net SVN: scummvm: [29793] scummvm/trunk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Dec 9 15:53:15 CET 2007
Revision: 29793
http://scummvm.svn.sourceforge.net/scummvm/?rev=29793&view=rev
Author: fingolfin
Date: 2007-12-09 06:53:15 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
Fixed typos
Modified Paths:
--------------
scummvm/trunk/graphics/primitives.cpp
scummvm/trunk/sound/softsynth/mt32/partial.cpp
scummvm/trunk/sound/softsynth/mt32/synth.cpp
scummvm/trunk/sound/softsynth/mt32/tables.cpp
Modified: scummvm/trunk/graphics/primitives.cpp
===================================================================
--- scummvm/trunk/graphics/primitives.cpp 2007-12-09 14:48:36 UTC (rev 29792)
+++ scummvm/trunk/graphics/primitives.cpp 2007-12-09 14:53:15 UTC (rev 29793)
@@ -28,7 +28,7 @@
#ifdef MACOSX
// Older versions of Mac OS X didn't supply a sqrtf function. To ensure
-// binary compatibiity, we force using pow instead of sqrtf (the only
+// binary compatibility, we force using sqrt instead of sqrtf (the only
// potential drawback is that it might be a little bit slower).
#define sqrtf sqrt
#endif
Modified: scummvm/trunk/sound/softsynth/mt32/partial.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/partial.cpp 2007-12-09 14:48:36 UTC (rev 29792)
+++ scummvm/trunk/sound/softsynth/mt32/partial.cpp 2007-12-09 14:53:15 UTC (rev 29793)
@@ -27,7 +27,7 @@
#ifdef MACOSX
// Older versions of Mac OS X didn't supply a powf function. To ensure
-// binary compatibiity, we force using pow instead of powf (the only
+// binary compatibility, we force using pow instead of powf (the only
// potential drawback is that it might be a little bit slower).
#define powf pow
#endif
Modified: scummvm/trunk/sound/softsynth/mt32/synth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/synth.cpp 2007-12-09 14:48:36 UTC (rev 29792)
+++ scummvm/trunk/sound/softsynth/mt32/synth.cpp 2007-12-09 14:53:15 UTC (rev 29793)
@@ -27,7 +27,7 @@
#ifdef MACOSX
// Older versions of Mac OS X didn't supply a powf function. To ensure
-// binary compatibiity, we force using pow instead of powf (the only
+// binary compatibility, we force using pow instead of powf (the only
// potential drawback is that it might be a little bit slower).
#define powf pow
#endif
Modified: scummvm/trunk/sound/softsynth/mt32/tables.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/tables.cpp 2007-12-09 14:48:36 UTC (rev 29792)
+++ scummvm/trunk/sound/softsynth/mt32/tables.cpp 2007-12-09 14:53:15 UTC (rev 29793)
@@ -27,7 +27,7 @@
#ifdef MACOSX
// Older versions of Mac OS X didn't supply a powf function. To ensure
-// binary compatibiity, we force using pow instead of powf (the only
+// binary compatibility, we force using pow instead of powf (the only
// potential drawback is that it might be a little bit slower).
#define powf pow
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list