aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexandre Detiste2016-02-14 10:27:44 +0100
committerAlexandre Detiste2016-02-15 18:27:02 +0100
commit6c298e964f7352d82b13d5f60d8e5cc638176dcd (patch)
tree5e90ad2065c7fbaa86e76b82a4ba5b1fc2bb5105 /audio
parenta12940c0a9d67ceb3e13a0b20f50000cc18841a3 (diff)
downloadscummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.gz
scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.bz2
scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.zip
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'audio')
-rw-r--r--audio/mods/maxtrax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mods/maxtrax.cpp b/audio/mods/maxtrax.cpp
index c18812ee54..f5754a5f96 100644
--- a/audio/mods/maxtrax.cpp
+++ b/audio/mods/maxtrax.cpp
@@ -54,7 +54,7 @@ void nullFunc(int) {}
// Function to calculate 2^x, where x is a fixedpoint number with 16 fraction bits
// using exp would be more accurate and needs less space if mathlibrary is already linked
-// but this function should be faster and doesnt use floats
+// but this function should be faster and doesn't use floats
#if 1
inline uint32 pow2Fixed(int32 val) {
static const uint16 tablePow2[] = {