diff options
author | Matthew Hoops | 2011-04-14 10:20:51 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-04-14 10:20:51 -0400 |
commit | f035c2630194ee523dba83ce10eb4140cc6828ff (patch) | |
tree | 39cdc77653c1eb4b5ee702a0cda6da78704d6153 /audio | |
parent | 8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98 (diff) | |
download | scummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.tar.gz scummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.tar.bz2 scummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.zip |
AUDIO: Fix a typo
Diffstat (limited to 'audio')
-rw-r--r-- | audio/decoders/adpcm_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/adpcm_intern.h b/audio/decoders/adpcm_intern.h index 2d56c9d468..b242d713e0 100644 --- a/audio/decoders/adpcm_intern.h +++ b/audio/decoders/adpcm_intern.h @@ -24,7 +24,7 @@ */ /** - * Internal interfaces to the ADPCM encoders. + * Internal interfaces to the ADPCM decoders. * * These can be used to make custom ADPCM decoder subclasses, * or to at least share some common data tables between various |