Fix typo in a comment

TBR=tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/369012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1548 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2012-01-25 16:48:00 +00:00
parent 4679652d57
commit dcf006480c

View File

@ -114,7 +114,7 @@ WebRtc_UWord16 WebRtcNetEQ_BufstatsDecision(BufstatsInst_t *inst, WebRtc_Word16
if (excess_waiting_time_samp > optimal_level_samp / 2)
{
/* The waiting time for this packet will be longer than 1.5
* times the wanted buffer delay. Advance the clock by to cut
* times the wanted buffer delay. Advance the clock to cut
* waiting time down to the optimal.
*/
inst->uw32_CNGplayedTS += excess_waiting_time_samp;