aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2008-04-14 12:08:00 +0000
committerMax Horn2008-04-14 12:08:00 +0000
commit372d30c815cc010e4d0a3042b52955ba8081b808 (patch)
treedb72551493bc44932cb56ee2c1f74099cb199ef2 /sound
parentc2e3572fe4a624d5a8fff733bf4db5d1c5fa6849 (diff)
downloadscummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.tar.gz
scummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.tar.bz2
scummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.zip
typo
svn-id: r31500
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index b504925a37..9108aa450b 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -80,7 +80,7 @@ static const MidiDriverDescription s_musicDrivers[] = {
{"mt32", "MT-32", MD_MT32, MDT_MIDI},
#endif
- // The flags for the "adlibe" driver indicate that it can do adlib and MIDI.
+ // The flags for the "adlib" driver indicates that it can do adlib and MIDI.
{"adlib", "Adlib", MD_ADLIB, MDT_ADLIB},
{"pcspk", "PC Speaker", MD_PCSPK, MDT_PCSPK},
{"pcjr", "IBM PCjr", MD_PCJR, MDT_PCSPK},