summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2021-03-17 10:24:51 +0100
committerPaul E. McKenney <paulmck@kernel.org>2021-05-10 15:45:58 -0700
commit4c9c3809ae2ecfcece9acb3f51427e617d21fafb (patch)
tree8d6f9ade857d586318de95d2f27bc6ed7e20f72e /mm/oom_kill.c
parent6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff)
rcu: Fix typo in comment: kthead -> kthread
Signed-off-by: Rolf Eike Beer <eb@emlix.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r--mm/oom_kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index eefd3f5fde46..54527de9cd2d 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -922,7 +922,7 @@ static void __oom_kill_process(struct task_struct *victim, const char *message)
continue;
}
/*
- * No kthead_use_mm() user needs to read from the userspace so
+ * No kthread_use_mm() user needs to read from the userspace so
* we are ok to reap it.
*/
if (unlikely(p->flags & PF_KTHREAD))