diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index 6484097b95..3c4faef1c3 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -827,7 +827,7 @@ MyImageDialog::MyImageDialog(wxFrame *parent) CentreOnScreen(); - // NOTE: no need to lock m_csBmp until the thread isn't started: + // NOTE: no need to lock m_csBmp until the thread has started: // create the bitmap if (!m_bmp.Create(GUITHREAD_BMP_SIZE,GUITHREAD_BMP_SIZE) || !m_bmp.IsOk())