corrected WaitForChild comment about who sets endProcData->pid to 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-12-18 12:19:22 +00:00
parent 6ab2382a3f
commit f8eb27bfc5

View 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;