[<prev] [next>] [day] [month] [year] [list]
Message-ID: <165951686214.15455.15985773663272649627.tip-bot2@tip-bot2>
Date: Wed, 03 Aug 2022 08:54:22 -0000
From: "tip-bot2 for Ingo Molnar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...nel.org>,
x86@...nel.org
Subject: [tip: sched/urgent] exit: Fix typo in comment: s/sub-theads/sub-threads
The following commit has been merged into the sched/urgent branch of tip:
Commit-ID: dcca34754a3f5290406403b8066e3b15dda9f4bf
Gitweb: https://git.kernel.org/tip/dcca34754a3f5290406403b8066e3b15dda9f4bf
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Wed, 03 Aug 2022 10:43:42 +02:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Wed, 03 Aug 2022 10:44:54 +02:00
exit: Fix typo in comment: s/sub-theads/sub-threads
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
kernel/exit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
Powered by blists - more mailing lists