diff options
author | Ori Avtalion | 2010-05-07 12:59:46 +0000 |
---|---|---|
committer | Ori Avtalion | 2010-05-07 12:59:46 +0000 |
commit | 0ae4fcd055e1aca74ebc53d9b113ed0f2ee63b0f (patch) | |
tree | 2950abd1ecdd28de7b0dcb04d9588575dc7c10ca /sound/decoders | |
parent | 49bd43ca33d59206eb2de9352f7f67d0eec6a9b7 (diff) | |
download | scummvm-rg350-0ae4fcd055e1aca74ebc53d9b113ed0f2ee63b0f.tar.gz scummvm-rg350-0ae4fcd055e1aca74ebc53d9b113ed0f2ee63b0f.tar.bz2 scummvm-rg350-0ae4fcd055e1aca74ebc53d9b113ed0f2ee63b0f.zip |
Fix comment to removed function
svn-id: r48965
Diffstat (limited to 'sound/decoders')
-rw-r--r-- | sound/decoders/raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/raw.h b/sound/decoders/raw.h index e04f1b5621..3e9426012c 100644 --- a/sound/decoders/raw.h +++ b/sound/decoders/raw.h @@ -42,7 +42,7 @@ class SeekableAudioStream; /** * Various flags which can be bit-ORed and then passed to - * makeRawMemoryStream and some other AudioStream factories + * makeRawStream and some other AudioStream factories * to control their behavior. * * Engine authors are advised not to rely on a certain value or |