diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index 8c9ba15c0f..8916e34af3 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -137,7 +137,8 @@ static int FindEmptyThreadSlot() static void InitThreads() { - /* We don't have to worry about two threads calling this at on */ + /* We don't have to worry about two threads calling this at once, since it's + * called when we create a thread. */ static bool bInitialized = false; if( bInitialized ) return;