fix comment

This commit is contained in:
Glenn Maynard
2005-04-25 09:44:59 +00:00
parent 7f43d744e9
commit d7c686e726
+2 -1
View File
@@ -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;