STYLE: Fixed typo on comment.

This commit is contained in:
Brad King 2003-12-14 13:48:18 -05:00
parent 5dcbef7dfe
commit c9e9e8d121
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ void kwsysProcess_Delete(kwsysProcess* cp)
} }
if(cp->Win9x) 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. */ cause it to be deleted. */
kwsysProcessCleanupHandle(&cp->Win9xHandle); kwsysProcessCleanupHandle(&cp->Win9xHandle);
} }