Trivial fix to typo in a comment

This commit is contained in:
Gregory Nutt 2015-12-21 22:24:43 -06:00
parent a2e1ece873
commit 8f540fd81a

View File

@ -212,7 +212,7 @@ pid_t waitpid(pid_t pid, int *stat_loc, int options)
goto errout_with_errno;
}
/* The the task group corresponding to this PID */
/* Then the task group corresponding to this PID */
group = ctcb->group;
DEBUGASSERT(group);