aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/voc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/voc.h b/sound/voc.h
index a11a0a5990..6008d3a7d7 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -97,7 +97,7 @@ extern byte *loadVOCFromStream(Common::ReadStream &stream, int &size, int &rate)
AudioStream *makeVOCStream(Common::SeekableReadStream &stream, byte flags = 0, uint loopStart = 0, uint loopEnd = 0, bool takeOwnershipOfStream = false);
/**
- * This does not use any of the looping features from VOC files!
+ * This does not use any of the looping features of VOC files!
*/
SeekableAudioStream *makeVOCStream(Common::SeekableReadStream &stream, byte flags, bool takeOwnershipOfStream);