From c9e9e8d1211f0491dfccb6ad7fc4b9dbc49f116b Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 14 Dec 2003 13:48:18 -0500 Subject: [PATCH] STYLE: Fixed typo on comment. --- Source/kwsys/ProcessWin32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c index d52a5d192..2fe7ceba0 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); }