From: Ingo Molnar Date: Wed, 3 Aug 2022 08:43:42 +0000 (+0200) Subject: exit: Fix typo in comment: s/sub-theads/sub-threads X-Git-Tag: v6.6.17~6854^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcca34754a3f5290406403b8066e3b15dda9f4bf;p=platform%2Fkernel%2Flinux-rpi.git exit: Fix typo in comment: s/sub-theads/sub-threads Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- diff --git a/kernel/exit.c b/kernel/exit.c index 64c938c..84021b2 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -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.