diff options
author | Johannes Schickel | 2010-01-10 15:43:42 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-10 15:43:42 +0000 |
commit | 27957570bf36283df8218e519009a85765bf090a (patch) | |
tree | 8f74bc3e28951e39f16da89775ce0701ecc2e569 /sound | |
parent | bfed78a5dbd1b7f528691f972757549eb5fcc6d4 (diff) | |
download | scummvm-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.h | 2 |
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); |