From d7c686e726e92e83defbcf451557b9ff1daae5b7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 25 Apr 2005 09:44:59 +0000 Subject: [PATCH] fix comment --- stepmania/src/RageThreads.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;