From a396e180975c0e2c8fbea44af94cdcaa576a4191 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 3 Dec 2012 09:07:33 -0500 Subject: AUDIO: Finish comment --- audio/midiparser_qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/midiparser_qt.cpp b/audio/midiparser_qt.cpp index 2b7ef63e37..6214d28f95 100644 --- a/audio/midiparser_qt.cpp +++ b/audio/midiparser_qt.cpp @@ -453,7 +453,7 @@ void MidiParser_QT::initCommon() { } byte *MidiParser_QT::readWholeTrack(Common::QuickTimeParser::Track *track, uint32 &trackSize) { - // This just goes through all chunks and + // This just goes through all chunks and appends them together Common::MemoryWriteStreamDynamic output; uint32 curSample = 0; -- cgit v1.2.3