aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJonathan Gray2003-11-07 02:43:47 +0000
committerJonathan Gray2003-11-07 02:43:47 +0000
commitb2e9b73c4c2a1ed86fffd8fd613d6db59d88e034 (patch)
treeaf08c7e6a92e6ba3e525ed2e3a4f6d24b14bf494 /sound
parente9581dda6e4191aa95a35776a4ac356e61fa982c (diff)
downloadscummvm-rg350-b2e9b73c4c2a1ed86fffd8fd613d6db59d88e034.tar.gz
scummvm-rg350-b2e9b73c4c2a1ed86fffd8fd613d6db59d88e034.tar.bz2
scummvm-rg350-b2e9b73c4c2a1ed86fffd8fd613d6db59d88e034.zip
spelling fixes
svn-id: r11180
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.h2
-rw-r--r--sound/fmopl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 177848181c..1febb110a3 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -53,7 +53,7 @@ public:
* Returns the actual number of samples read, or -1 if
* a critical error occured (note: you *must* check if
* this value is less than what you requested, this can
- * happend when the stream is fully used up).
+ * happened when the stream is fully used up).
* For stereo stream, buffer will be filled with interleaved
* left and right channel samples.
*
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index 8d1f9526f1..a8e2a3c641 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -991,7 +991,7 @@ void OPLResetChip(FM_OPL *OPL) {
OPLWriteReg(OPL, 0x04,0); /* IRQ mask clear */
for(i = 0xff; i >= 0x20; i--)
OPLWriteReg(OPL,i,0);
- /* reset OPerator paramater */
+ /* reset OPerator parameter */
for(c = 0; c < OPL->max_ch ;c++ ) {
OPL_CH *CH = &OPL->P_CH[c];
/* OPL->P_CH[c].PAN = OPN_CENTER; */