aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/music.cpp')
-rw-r--r--engines/groovie/music.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp
index 1f38dab97e..d05a4c1b65 100644
--- a/engines/groovie/music.cpp
+++ b/engines/groovie/music.cpp
@@ -558,7 +558,7 @@ void MusicPlayerXMI::setTimbreAD(byte channel, const Timbre &timbre) {
// Prepare the AdLib Instrument array from the GTL entry
//
- // struct AdlibInstrument used by our AdLib MIDI synth is 30 bytes.
+ // struct AdLibInstrument used by our AdLib MIDI synth is 30 bytes.
// Since we pass data + 2 for non percussion instruments we need to
// have a buffer of size 32, so there are no invalid memory reads,
// when setting up an AdLib instrument.