]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Hardware defines spec.
[wxWidgets.git] / src / unix / utilsunx.cpp
index 85c4250675b63d006870a790829aa88197ec2c36..9d7034dda63c34ab5922fe7a5c1cec3f1c246152 100644 (file)
@@ -1165,10 +1165,10 @@ 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 )
-                wxUsleep(1);
+                wxMilliSleep(1);
 
             // give GTK+ a chance to call GTK_EndProcessDetector here and
             // also repaint the GUI