X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e91c90549c725df6959bd16a7674010d13072f7..63e02796620637b50a96d74a2264f3dea8def866:/docs/latex/wx/mutex.tex diff --git a/docs/latex/wx/mutex.tex b/docs/latex/wx/mutex.tex index 5e8275059f..64c95d8c84 100644 --- a/docs/latex/wx/mutex.tex +++ b/docs/latex/wx/mutex.tex @@ -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