Skip to content

Commit

Permalink
NUMA: fix typos in Kconfig help text
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Paul Gortmaker authored and Jiri Kosina committed Oct 14, 2013
1 parent 6c7842e commit 6d56a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 6d56a41

Please sign in to comment.