diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2010-12-17 16:32:36 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-12-22 12:58:36 -0500 |
commit | 43d547f9ce039e5a9d2401c8f2fbfa29932b6b4f (patch) | |
tree | 8e01e214b25669b808a2934bcd6bba92b429860a /init | |
parent | 4b7bd364700d9ac8372eff48832062b936d0793b (diff) |
init/Kconfig: fix typo
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index c9728992a776..dd43d8e22980 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -620,7 +620,7 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED | |||
620 | help | 620 | help |
621 | Memory Resource Controller Swap Extension comes with its price in | 621 | Memory Resource Controller Swap Extension comes with its price in |
622 | a bigger memory consumption. General purpose distribution kernels | 622 | a bigger memory consumption. General purpose distribution kernels |
623 | which want to enable the feautre but keep it disabled by default | 623 | which want to enable the feature but keep it disabled by default |
624 | and let the user enable it by swapaccount boot command line | 624 | and let the user enable it by swapaccount boot command line |
625 | parameter should have this option unselected. | 625 | parameter should have this option unselected. |
626 | For those who want to have the feature enabled by default should | 626 | For those who want to have the feature enabled by default should |