[Scummvm-cvs-logs] scummvm master -> f035c2630194ee523dba83ce10eb4140cc6828ff

clone2727 clone2727 at gmail.com
Thu Apr 14 16:22:51 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f035c26301 AUDIO: Fix a typo


Commit: f035c2630194ee523dba83ce10eb4140cc6828ff
    https://github.com/scummvm/scummvm/commit/f035c2630194ee523dba83ce10eb4140cc6828ff
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-04-14T07:20:51-07:00

Commit Message:
AUDIO: Fix a typo

Changed paths:
    audio/decoders/adpcm_intern.h



diff --git a/audio/decoders/adpcm_intern.h b/audio/decoders/adpcm_intern.h
index 2d56c9d..b242d71 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






More information about the Scummvm-git-logs mailing list