diff options
-rw-r--r-- | Source/kwsys/ProcessWin32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c index d52a5d1..2fe7ceb 100644 --- a/Source/kwsys/ProcessWin32.c +++ b/Source/kwsys/ProcessWin32.c @@ -492,7 +492,7 @@ void kwsysProcess_Delete(kwsysProcess* cp) } if(cp->Win9x) { - /* Close or handle to the forwarding executable file. This will + /* Close our handle to the forwarding executable file. This will cause it to be deleted. */ kwsysProcessCleanupHandle(&cp->Win9xHandle); } |