From: Li Zefan Date: Thu, 8 Jan 2009 02:07:35 +0000 (-0800) Subject: memcg: fix a typo in Kconfig X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c9d5409f8d46fd0d18b4a4481d9caa04076d87fc;p=deliverable%2Flinux.git memcg: fix a typo in Kconfig s/contoller/controller/ Signed-of-by: Li Zefan Cc: Paul Menage Acked-by: KAMEZAWA Hiroyuki Cc: Balbir Singh Cc: Pavel Emelyanov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index 6fcd192aa60d..7cbe1f43ca22 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -420,7 +420,7 @@ config CGROUP_MEM_RES_CTLR sure you need the memory resource controller. Even when you enable this, you can set "cgroup_disable=memory" at your boot option to disable memory resource controller and you can avoid overheads. - (and lose benefits of memory resource contoller) + (and lose benefits of memory resource controller) This config option also selects MM_OWNER config option, which could in turn add some fork/exit overhead.