diff options
author | Max Horn | 2011-05-17 12:57:46 +0200 |
---|---|---|
committer | Max Horn | 2011-05-17 12:57:46 +0200 |
commit | a03ed0a3f7643417bbc169301a4fdd23043f3134 (patch) | |
tree | d51c3320ce83a886c7bffae305699234b0a6b6bd | |
parent | 64bcb731bf0b28d9bf1391ac265ea47ba0a2f374 (diff) | |
download | scummvm-rg350-a03ed0a3f7643417bbc169301a4fdd23043f3134.tar.gz scummvm-rg350-a03ed0a3f7643417bbc169301a4fdd23043f3134.tar.bz2 scummvm-rg350-a03ed0a3f7643417bbc169301a4fdd23043f3134.zip |
AUDIO: Fix typo
-rw-r--r-- | audio/softsynth/mt32/partial.cpp | 2 | ||||
-rw-r--r-- | audio/softsynth/mt32/synth.cpp | 2 | ||||
-rw-r--r-- | audio/softsynth/mt32/tables.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/softsynth/mt32/partial.cpp b/audio/softsynth/mt32/partial.cpp index 5ba9ef6145..d06634dc91 100644 --- a/audio/softsynth/mt32/partial.cpp +++ b/audio/softsynth/mt32/partial.cpp @@ -28,7 +28,7 @@ #if defined(MACOSX) || defined(SOLARIS) || defined(__MINGW32__) // Older versions of Mac OS X didn't supply a powf function, so using it // will cause a binary incompatibility when trying to run a binary built -// on a newer OS X release on an olderr one. And Solaris 8 doesn't provide +// on a newer OS X release on an older one. And Solaris 8 doesn't provide // powf, floorf, fabsf etc. at all. // Cross-compiled MinGW32 toolchains suffer from a cross-compile bug in // libstdc++. math/stubs.o should be empty, but it comes with a symbol for diff --git a/audio/softsynth/mt32/synth.cpp b/audio/softsynth/mt32/synth.cpp index 112527cc71..5e74b262ae 100644 --- a/audio/softsynth/mt32/synth.cpp +++ b/audio/softsynth/mt32/synth.cpp @@ -34,7 +34,7 @@ #if defined(MACOSX) || defined(SOLARIS) || defined(__MINGW32__) // Older versions of Mac OS X didn't supply a powf function, so using it // will cause a binary incompatibility when trying to run a binary built -// on a newer OS X release on an olderr one. And Solaris 8 doesn't provide +// on a newer OS X release on an older one. And Solaris 8 doesn't provide // powf, floorf, fabsf etc. at all. // Cross-compiled MinGW32 toolchains suffer from a cross-compile bug in // libstdc++. math/stubs.o should be empty, but it comes with a symbol for diff --git a/audio/softsynth/mt32/tables.cpp b/audio/softsynth/mt32/tables.cpp index eba4d2a520..4bb6a06053 100644 --- a/audio/softsynth/mt32/tables.cpp +++ b/audio/softsynth/mt32/tables.cpp @@ -28,7 +28,7 @@ #if defined(MACOSX) || defined(SOLARIS) || defined(__MINGW32__) // Older versions of Mac OS X didn't supply a powf function, so using it // will cause a binary incompatibility when trying to run a binary built -// on a newer OS X release on an olderr one. And Solaris 8 doesn't provide +// on a newer OS X release on an older one. And Solaris 8 doesn't provide // powf, floorf, fabsf etc. at all. // Cross-compiled MinGW32 toolchains suffer from a cross-compile bug in // libstdc++. math/stubs.o should be empty, but it comes with a symbol for |