]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mutex.tex
add a note about changing selection background colour
[wxWidgets.git] / docs / latex / wx / mutex.tex
index 5e8275059f51d430997dc001fa0733d4747e2d99..64c95d8c84903beea4f57273f545a0ec29ca289f 100644 (file)
@@ -41,7 +41,7 @@ because during a new node addition the list integrity is temporarily broken
         s_mutexProtectingTheGlobalList->Unlock();
     }
 
-    // return true the given number is greater than all array elements
+    // return true if the given number is greater than all array elements
     bool MyThread::IsGreater(int num)
     {
         // before using the list we must acquire the mutex