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.