瀏覽代碼

STYLE: Fixed typo on comment.

Brad King 22 年之前
父節點
當前提交
c9e9e8d121
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/kwsys/ProcessWin32.c

+ 1 - 1
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);
     }