fix comment

This commit is contained in:
Glenn Maynard
2005-01-04 23:48:31 +00:00
parent 95408c9689
commit 4fbd89dd7d
@@ -208,7 +208,7 @@ void RageSound_Generic_Software::DecodeThread()
{ {
/* Don't write more than two chunks worth of data in one /* Don't write more than two chunks worth of data in one
* iteration. Since we delay for one chunk period per loop, * iteration. Since we delay for one chunk period per loop,
* this means we'll fill at no more than ealtime. */ * this means we'll fill at no more than 4x realtime. */
if( frames_filled >= chunksize()*4 ) if( frames_filled >= chunksize()*4 )
break; break;
} }