diff options
author | Dave Hansen <haveblue@us.ibm.com> | 2005-09-16 19:27:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-17 11:50:01 -0700 |
commit | f3519f91942f2b43942400348c16d63fe9327f04 (patch) | |
tree | 893fa3d0a6a936f0e3123539e3ea196a71006a07 | |
parent | b9491ac835829e6a34e2bbaa8adad261c71bf990 (diff) | |
download | linux-3.10-f3519f91942f2b43942400348c16d63fe9327f04.tar.gz linux-3.10-f3519f91942f2b43942400348c16d63fe9327f04.tar.bz2 linux-3.10-f3519f91942f2b43942400348c16d63fe9327f04.zip |
[PATCH] fix mm/Kconfig spelling
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | mm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 4e9937ac352..391ffc54d13 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -29,7 +29,7 @@ config FLATMEM_MANUAL If unsure, choose this option (Flat Memory) over any other. config DISCONTIGMEM_MANUAL - bool "Discontigious Memory" + bool "Discontiguous Memory" depends on ARCH_DISCONTIGMEM_ENABLE help This option provides enhanced support for discontiguous @@ -52,7 +52,7 @@ config SPARSEMEM_MANUAL memory hotplug systems. This is normal. For many other systems, this will be an alternative to - "Discontigious Memory". This option provides some potential + "Discontiguous Memory". This option provides some potential performance benefits, along with decreased code complexity, but it is newer, and more experimental. |