aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/synth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/mt32/synth.cpp')
-rw-r--r--sound/softsynth/mt32/synth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32/synth.cpp b/sound/softsynth/mt32/synth.cpp
index aa4370639b..f476882a98 100644
--- a/sound/softsynth/mt32/synth.cpp
+++ b/sound/softsynth/mt32/synth.cpp
@@ -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