Commit 6d56a410 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jiri Kosina

NUMA: fix typos in Kconfig help text

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6c7842e0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment