summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
diff options
context:
space:
mode:
authorYaowei Bai <bywxiaobai@163.com>2015-04-15 16:12:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-15 16:35:16 -0700
commitbdddbcd45fd191a0213e6d2a032eb55d18bd1fc0 (patch)
treeea48a724dcedcf2e0b43aab90933aced5275087b /mm/oom_kill.c
parentf2b91d8d385d2cef3a1e3b3846f2dde4a6720c43 (diff)
downloadlinux-0-day-bdddbcd45fd191a0213e6d2a032eb55d18bd1fc0.tar.gz
linux-0-day-bdddbcd45fd191a0213e6d2a032eb55d18bd1fc0.tar.xz
mm/oom_kill.c: fix typo in comment
Alter 'taks' -> 'task' Signed-off-by: Yaowei Bai <bywxiaobai@163.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 52628c819bf7d..2b665da1b3c92 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -408,7 +408,7 @@ bool oom_killer_disabled __read_mostly;
static DECLARE_RWSEM(oom_sem);
/**
- * mark_tsk_oom_victim - marks the given taks as OOM victim.
+ * mark_tsk_oom_victim - marks the given task as OOM victim.
* @tsk: task to mark
*
* Has to be called with oom_sem taken for read and never after