From 4fbd89dd7d396a93e6d732d7678bda7dbde9249e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 4 Jan 2005 23:48:31 +0000 Subject: [PATCH] fix comment --- stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp index 4c4d62d477..f6058e55da 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp @@ -208,7 +208,7 @@ void RageSound_Generic_Software::DecodeThread() { /* Don't write more than two chunks worth of data in one * 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 ) break; }