diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-01-26 05:12:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:01 -0400 |
commit | 692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf (patch) | |
tree | e079cea0948d250e5411befe0c5cca7c97bcf860 /arch/x86/Kconfig | |
parent | 877d03105d04b2c13e241130277fa69c8d2564f0 (diff) |
trivial: fix typos/grammar errors in Kconfig texts
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 06c02c00d7d9..d7b5621382f6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1129,7 +1129,7 @@ config NODES_SHIFT | |||
1129 | depends on NEED_MULTIPLE_NODES | 1129 | depends on NEED_MULTIPLE_NODES |
1130 | ---help--- | 1130 | ---help--- |
1131 | Specify the maximum number of NUMA Nodes available on the target | 1131 | Specify the maximum number of NUMA Nodes available on the target |
1132 | system. Increases memory reserved to accomodate various tables. | 1132 | system. Increases memory reserved to accommodate various tables. |
1133 | 1133 | ||
1134 | config HAVE_ARCH_BOOTMEM | 1134 | config HAVE_ARCH_BOOTMEM |
1135 | def_bool y | 1135 | def_bool y |
@@ -1307,7 +1307,7 @@ config MTRR_SANITIZER | |||
1307 | add writeback entries. | 1307 | add writeback entries. |
1308 | 1308 | ||
1309 | Can be disabled with disable_mtrr_cleanup on the kernel command line. | 1309 | Can be disabled with disable_mtrr_cleanup on the kernel command line. |
1310 | The largest mtrr entry size for a continous block can be set with | 1310 | The largest mtrr entry size for a continuous block can be set with |
1311 | mtrr_chunk_size. | 1311 | mtrr_chunk_size. |
1312 | 1312 | ||
1313 | If unsure, say Y. | 1313 | If unsure, say Y. |