aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-10 15:43:42 +0000
committerJohannes Schickel2010-01-10 15:43:42 +0000
commit27957570bf36283df8218e519009a85765bf090a (patch)
tree8f74bc3e28951e39f16da89775ce0701ecc2e569 /sound
parentbfed78a5dbd1b7f528691f972757549eb5fcc6d4 (diff)
downloadscummvm-rg350-27957570bf36283df8218e519009a85765bf090a.tar.gz
scummvm-rg350-27957570bf36283df8218e519009a85765bf090a.tar.bz2
scummvm-rg350-27957570bf36283df8218e519009a85765bf090a.zip
Typo.
svn-id: r47230
Diffstat (limited to 'sound')
-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);