mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Trivial fix to typo in a comment
This commit is contained in:
parent
a2e1ece873
commit
8f540fd81a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue