Messages in this thread Patch in this message |  | | | Date | Fri, 21 Nov 2008 11:59:20 +0800 | | From | Li Zefan <> | | Subject | [PATCH] memcg: fix a typo in Kconfig |
| |
s/contoller/controller
Signed-of-by: Li Zefan <lizf@cn.fujitsu.com> --- init/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index f763762..8767393 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -414,7 +414,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. -- 1.5.4.rc3
|  |