]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
exit: Fix typo in comment: s/sub-theads/sub-threads
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Aug 2022 08:43:42 +0000 (10:43 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 3 Aug 2022 08:44:54 +0000 (10:44 +0200)
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/exit.c

index 64c938ce36fe8ad0dfa83ffed6a2d596f0a19970..84021b24f79e3d1d2dc11fe70bf69cf620c7fc85 100644 (file)
@@ -1051,7 +1051,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
                 * p->signal fields because the whole thread group is dead
                 * and nobody can change them.
                 *
-                * psig->stats_lock also protects us from our sub-theads
+                * psig->stats_lock also protects us from our sub-threads
                 * which can reap other children at the same time. Until
                 * we change k_getrusage()-like users to rely on this lock
                 * we have to take ->siglock as well.