From dcfd4beb213c551f6ef6ba379651bf303bd9017a Mon Sep 17 00:00:00 2001 From: "Michael T. Whiteley" Date: Wed, 7 Dec 2011 02:33:51 -0800 Subject: childs -> children --- dmake/unix/runargv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmake/unix/runargv.c') diff --git a/dmake/unix/runargv.c b/dmake/unix/runargv.c index 4e87862125ae..d4c0a21a5363 100644 --- a/dmake/unix/runargv.c +++ b/dmake/unix/runargv.c @@ -577,7 +577,7 @@ char **cmd; /* Simulate a reference to *cmd. */ /* Really spawn or fork a child. */ #if defined( USE_SPAWN ) - /* As no other childs are started while the output is redirected this + /* As no other children are started while the output is redirected this * is save. */ if( Is_exec_shell ) { /* Add error checking? */ @@ -781,7 +781,7 @@ int pqid; return 0; } else { Fatal( "dmake was interrupted or a child terminated. " - "Stopping all childs ..." ); + "Stopping all children ..." ); } } else { /* The child we were waiting for is missing or no child is @@ -803,7 +803,7 @@ int pqid; } _proc_cnt = 0; } - /* The pid we were waiting for or any of the remaining childs + /* The pid we were waiting for or any of the remaining children * (pid == -1) is missing. This should not happen and means * that the process got lost or was treated elsewhere. */ Fatal( "Internal Error: Child is missing but still listed in _procs[x] %d: %s\n" -- cgit