[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1425908223-6509-1-git-send-email-bywxiaobai@163.com>
Date: Mon, 9 Mar 2015 21:37:03 +0800
From: Yaowei Bai <bywxiaobai@....com>
To: akpm@...ux-foundation.org, mgorman@...e.de, vbabka@...e.cz,
hannes@...xchg.org, riel@...hat.com, iamjoonsoo.kim@....com,
rientjes@...gle.com, sasha.levin@...cle.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mm/oom_kill.c: fix a typo
Alter 'taks' -> 'task'
Signed-off-by: Yaowei Bai <bywxiaobai@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists