]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected WaitForChild comment about who sets endProcData->pid to 0
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Dec 2007 12:19:22 +0000 (12:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 18 Dec 2007 12:19:22 +0000 (12:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 7f275de250f23a9426564c9262d4723475fd1f64..669ed53a1851c08126849705f1c1713fdfe37d7d 100644 (file)
@@ -1392,8 +1392,8 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData)
         }
         else // !wxEXEC_NOEVENTS
         {
-            // endProcData->pid will be set to 0 from GTK_EndProcessDetector when the
-            // process terminates
+            // endProcData->pid will be set to 0 from
+            // wxHandleProcessTermination when the process terminates
             while ( endProcData->pid != 0 )
             {
                 bool idle = true;