From 15b4b62fbbd9ff50a6e46909ebcbc556e9f2ab29 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 20 Apr 2008 19:02:34 +0000 Subject: Fixed comments. svn-id: r31625 --- sound/audiostream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound') diff --git a/sound/audiostream.h b/sound/audiostream.h index 05c7257a21..ed6b37e51c 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -106,7 +106,7 @@ AudioStream *makeLinearInputStream(const byte *ptr, uint32 len, int rate, byte f /** * An audio stream to which additional data can be appended on-the-fly. - * Used by SMUSH, iMuseDigital, and the Kyrandia 3 VQA player. + * Used by SMUSH, iMuseDigital, the Kyrandia 3 VQA player, etc. */ class AppendableAudioStream : public Audio::AudioStream { public: @@ -123,7 +123,7 @@ public: /** * Mark the stream as finished, that is, signal that no further data * will be appended to it. Only after this has been done can the - * AppendableAudioStream ever 'end' ( + * AppendableAudioStream ever 'end' */ virtual void finish() = 0; }; -- cgit v1.2.3