diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index 1e721e9086..a9a782184e 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -83,7 +83,7 @@ static const MidiDriverDescription s_musicDrivers[] = { {"mt32", "MT-32 Emulation", MD_MT32, MDT_MIDI}, #endif - // The flags for the "adlib" driver indicates 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}, |