Trivial fix to typo in a comment
This commit is contained in:
parent
a2e1ece873
commit
8f540fd81a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user