mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp
changeset 38 4269ca484c7b
parent 0 40261b775718
child 32 ae690a8c4a18
--- a/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp	Tue Jul 06 16:02:18 2010 +0300
+++ b/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp	Wed Aug 18 11:16:18 2010 +0300
@@ -22,7 +22,7 @@
 // a pointer codec object - have been added to some original routines.
 // - Global tables are now const C++ tables in tables.h header file.
 // - VAD and DTX modules have been removed from the original routines.
-// - Due to bug in GNU tool chain all array indexes of type [i-1] in
+// - Due to error in GNU tool chain all array indexes of type [i-1] in
 // rpeltp.cpp have been removed and changed to [j] type.
 // - multr, L_add, L_mac from basicop.cpp inlined
 // INCLUDES