Fix typos

This commit is contained in:
Yoshinori Sugino
2020-10-29 09:12:53 +09:00
committed by Xiang Xiao
parent a22f5bb8b0
commit 04c0055355
5 changed files with 7 additions and 7 deletions

View File

@@ -3962,7 +3962,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important:
* Tasking:
- The wrong PID was being signalled with SIGCHILD. It should be
- The wrong PID was being signalled with SIGCHLD. It should be
the PID of the task that create the task group, not the ID of
the last thread to leave the task group.
- Added logic so that some internal resources and states are recovered