From f035c2630194ee523dba83ce10eb4140cc6828ff Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 14 Apr 2011 10:20:51 -0400 Subject: AUDIO: Fix a typo --- audio/decoders/adpcm_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') 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 -- cgit v1.2.3