X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39ef7151f544a09691072be490e3beb942a1c248..dc5960727c6161aaf98e512e396ae1a021326de8:/src/unix/utilsunx.cpp diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 64373c1e62..9d7034dda6 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1165,7 +1165,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData) } #endif // wxUSE_STREAMS - // don't consume 100% of the CPU while we're sitting this in this + // don't consume 100% of the CPU while we're sitting in this // loop if ( idle ) wxMilliSleep(1);