]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Fix typo in comment
authorFrank Livingston <frank-livingston@ti.com>
Thu, 22 Sep 2016 19:30:55 +0000 (14:30 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Thu, 22 Sep 2016 19:30:55 +0000 (14:30 -0500)
processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/audioStreamDecodeProc.c

index 7a7c0c8c874496a02d756d89e11bdaf96c2a5035..8b695a53ea61411e3df5473068f15856faf6d484 100644 (file)
@@ -650,7 +650,7 @@ Void taskAsdpFxn(
                             {
                                 // Reset circular buffer
                                 cbReset(pCbCtl, z);
-                                // Update underflow count, return if above threshold
+                                // Update overflow count, return if above threshold
                                 gDecOpCbWrtAfOvr++;
                                 if (gDecOpCbWrtAfOvr < DEC_OP_CB_WRTAF_OVR_THR)
                                 {