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 /mm/Kconfig | |
parent | b9491ac835829e6a34e2bbaa8adad261c71bf990 (diff) | |
download | op-kernel-dev-f3519f91942f2b43942400348c16d63fe9327f04.zip op-kernel-dev-f3519f91942f2b43942400348c16d63fe9327f04.tar.gz |
[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>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |