From 73832dfafdc95f4cd589545a2a4882cfe137e619 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 28 Nov 2006 12:09:51 +0000 Subject: [PATCH] Fix comment. --- stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.h b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.h index cc7af0d0c7..f50eae1a70 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.h +++ b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.h @@ -72,7 +72,7 @@ private: * will deallocate memory and the sound will be changed to AVAILABLE. * * PLAYING: The sound is being decoded by the decoding thread, and played by the mixing - * thread. If the decoding thread hits EOF, the decoding thread will changed the state + * thread. If the decoding thread hits EOF, the decoding thread will change the state * to STOPPING. * * STOPPING: The sound is being played by the mixing thread. No new data will be decoded.