mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
child 41 f7bf1ed8db72
--- a/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp	Tue Aug 31 16:43:06 2010 +0300
+++ b/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp	Wed Sep 01 12:38:50 2010 +0100
@@ -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 error in GNU tool chain all array indexes of type [i-1] in
+// - Due to bug 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