LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] mm/oom_kill.c: fix a typo
@ 2015-03-09 13:37 Yaowei Bai
  0 siblings, 0 replies; only message in thread
From: Yaowei Bai @ 2015-03-09 13:37 UTC (permalink / raw)
  To: akpm, mgorman, vbabka, hannes, riel, iamjoonsoo.kim, rientjes,
	sasha.levin
  Cc: linux-mm, linux-kernel

Alter 'taks' -> 'task'

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
---
 mm/oom_kill.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 642f38c..5d6a458 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
-- 
1.9.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-09 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 13:37 [PATCH] mm/oom_kill.c: fix a typo Yaowei Bai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).