NUMA: fix typos in Kconfig help text
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 13 Aug 2013 15:06:50 +0000 (11:06 -0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Oct 2013 13:58:56 +0000 (15:58 +0200)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
init/Kconfig

index 0a2c4bc..7a7acd9 100644 (file)
@@ -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.