From: Paul Gortmaker Date: Tue, 13 Aug 2013 15:06:50 +0000 (-0400) Subject: NUMA: fix typos in Kconfig help text X-Git-Tag: v3.13-rc1~64^2~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6d56a410aecb0221ce7027ff7d738451b4ab18b7;p=linux.git NUMA: fix typos in Kconfig help text Signed-off-by: Paul Gortmaker Signed-off-by: Jiri Kosina --- 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 default y depends on NUMA_BALANCING help - If set, autonumic NUMA balancing will be enabled if running on a NUMA + If set, automatic NUMA balancing will be enabled if running on a NUMA machine. config NUMA_BALANCING @@ -855,7 +855,7 @@ config NUMA_BALANCING help This option adds support for automatic NUMA aware memory/task placement. The mechanism is quite primitive and is based on migrating memory when - it is references to the node the task is running on. + it has references to the node the task is running on. This system will be inactive on UMA systems.