aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2009-01-07 18:07:35 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-08 08:31:02 -0800
commitc9d5409f8d46fd0d18b4a4481d9caa04076d87fc (patch)
treed5c3dc39ed52531b249ad37dd93c26be032c355b /init/Kconfig
parentns_cgroup: remove unused spinlock (diff)
downloadlinux-dev-c9d5409f8d46fd0d18b4a4481d9caa04076d87fc.tar.xz
linux-dev-c9d5409f8d46fd0d18b4a4481d9caa04076d87fc.zip
memcg: fix a typo in Kconfig
s/contoller/controller/ Signed-of-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Paul Menage <menage@google.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Cc: Balbir Singh <balbir@in.ibm.com> Cc: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.