mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
KWSys 2022-02-18 (599dc923)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 599dc923311452656b5497459076624d5716b5f2 (master).
Upstream Shortlog
-----------------
Dimitris Apostolou (1):
b387faf8 Process: Fix typos
This commit is contained in:
committed by
Brad King
parent
7d9204a7e2
commit
8d9ced350d
@@ -1906,7 +1906,7 @@ static void kwsysProcessDestroy(kwsysProcess* cp)
|
||||
(errno == EINTR)) {
|
||||
}
|
||||
if (result > 0) {
|
||||
/* This child has termianted. */
|
||||
/* This child has terminated. */
|
||||
cp->ForkPIDs[i] = 0;
|
||||
if (--cp->CommandsLeft == 0) {
|
||||
/* All children have terminated. Close the signal pipe
|
||||
|
||||
@@ -2119,7 +2119,7 @@ static void kwsysProcessSetExitExceptionByIndex(kwsysProcess* cp, int code,
|
||||
KWSYSPE_CASE(Fault, "In-page error");
|
||||
break;
|
||||
case STATUS_INVALID_HANDLE:
|
||||
KWSYSPE_CASE(Fault, "Invalid hanlde");
|
||||
KWSYSPE_CASE(Fault, "Invalid handle");
|
||||
break;
|
||||
case STATUS_NONCONTINUABLE_EXCEPTION:
|
||||
KWSYSPE_CASE(Fault, "Noncontinuable exception");
|
||||
|
||||
Reference in New Issue
Block a user