aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-14 10:20:51 -0400
committerMatthew Hoops2011-04-14 10:20:51 -0400
commitf035c2630194ee523dba83ce10eb4140cc6828ff (patch)
tree39cdc77653c1eb4b5ee702a0cda6da78704d6153
parent8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98 (diff)
downloadscummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.tar.gz
scummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.tar.bz2
scummvm-rg350-f035c2630194ee523dba83ce10eb4140cc6828ff.zip
AUDIO: Fix a typo
-rw-r--r--audio/decoders/adpcm_intern.h2
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