aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul Gortmaker2013-08-13 10:06:50 -0500
committerJiri Kosina2013-10-14 08:58:56 -0500
commit6d56a410aecb0221ce7027ff7d738451b4ab18b7 (patch)
treef843d74975b212b802128db6cee96988c36ce2f8 /init
parent6c7842e0a1fb9c513a39a63bf7c093833ea9f428 (diff)
downloadlinux-phy-6d56a410aecb0221ce7027ff7d738451b4ab18b7.tar.gz
linux-phy-6d56a410aecb0221ce7027ff7d738451b4ab18b7.tar.xz
linux-phy-6d56a410aecb0221ce7027ff7d738451b4ab18b7.zip
NUMA: fix typos in Kconfig help text
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0a2c4bcf179e..7a7acd9a54f5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -844,7 +844,7 @@ config NUMA_BALANCING_DEFAULT_ENABLED
844 default y 844 default y
845 depends on NUMA_BALANCING 845 depends on NUMA_BALANCING
846 help 846 help
847 If set, autonumic NUMA balancing will be enabled if running on a NUMA 847 If set, automatic NUMA balancing will be enabled if running on a NUMA
848 machine. 848 machine.
849 849
850config NUMA_BALANCING 850config NUMA_BALANCING
@@ -855,7 +855,7 @@ config NUMA_BALANCING
855 help 855 help
856 This option adds support for automatic NUMA aware memory/task placement. 856 This option adds support for automatic NUMA aware memory/task placement.
857 The mechanism is quite primitive and is based on migrating memory when 857 The mechanism is quite primitive and is based on migrating memory when
858 it is references to the node the task is running on. 858 it has references to the node the task is running on.
859 859
860 This system will be inactive on UMA systems. 860 This system will be inactive on UMA systems.
861 861