mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Trivial fix to typo in a comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user