aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2004-04-08 22:46:46 +0000
committerMax Horn2004-04-08 22:46:46 +0000
commit650dc2117ccc00ccf45466693bb9fe5b742960f4 (patch)
tree78189b035f84ea2c1fdedf1af30029a1d613d305 /sound
parent263bd0d0e707e242bc037a2c9abe5169a1592d49 (diff)
downloadscummvm-rg350-650dc2117ccc00ccf45466693bb9fe5b742960f4.tar.gz
scummvm-rg350-650dc2117ccc00ccf45466693bb9fe5b742960f4.tar.bz2
scummvm-rg350-650dc2117ccc00ccf45466693bb9fe5b742960f4.zip
seems it is 'endianness' and not 'endianess'
svn-id: r13504
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index a559e3faa7..1ab0360b24 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -98,8 +98,8 @@ public:
* it needs to generate any data, before any other mixing takes place. The
* premixer than has a chanve to fill the mix buffer with data (usually
* music samples). It should generate the specified number of 16bit stereo
- * samples (i.e. len * 4 bytes). The endianess of these samples shall be
- * the native endianess.
+ * samples (i.e. len * 4 bytes). The endianness of these samples shall be
+ * the native endianness.
*/
void setupPremix(PremixProc *proc, void *param);