fixed minor comment typo

This commit is contained in:
wangyix 2014-06-20 17:39:05 -07:00
parent cb6681f6f8
commit 124fba35db

View file

@ -240,7 +240,7 @@ printf("samples available: %d frames available: %d\n", samplesAvailable(), samp
if (_isStarved) {
// if this buffer was just finished replenishing after being starved, the number of frames in it now
// if this buffer has just finished replenishing after being starved, the number of frames in it now
// is the length of the jitter buffer
_currentJitterBufferFrames = samplesAvailable() / samplesPerFrame;
printf("jitter buffer length is now %d; desired: %d --------\n", _currentJitterBufferFrames, _desiredJitterBufferFrames);