Correct "did not received" -> "did not receive" typos/grammar.

This commit is contained in:
Chris Lamb
2018-08-26 14:45:39 +02:00
parent 46d89a9abb
commit 132be8aed5
6 changed files with 10 additions and 10 deletions

View File

@ -1725,7 +1725,7 @@ int ldbRemoveChild(pid_t pid) {
return 0;
}
/* Return the number of children we still did not received termination
/* Return the number of children we still did not receive termination
* acknowledge via wait() in the parent process. */
int ldbPendingChildren(void) {
return listLength(ldb.children);