Skip to content
Snippets Groups Projects
Commit 8f540fd8 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Trivial fix to typo in a comment

parent a2e1ece8
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment