]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-page_poisonc-enable-page_poisoning-as-a-separate-option-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 9 Feb 2016 23:12:11 +0000 (10:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Feb 2016 23:12:11 +0000 (10:12 +1100)
fix Kconfig spello

Cc: Laura Abbott <labbott@fedoraproject.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/Kconfig.debug

index f89d1c99f97f677bce3515d83163e62b9f9f195d..ddf71d7cb6ba8dc5fc8b4c513dd9a0e5c22badc7 100644 (file)
@@ -41,7 +41,7 @@ config DEBUG_PAGEALLOC_ENABLE_DEFAULT
          can be overridden by debug_pagealloc=off|on.
 
 config PAGE_POISONING
-       bool "Poisson pages after freeing"
+       bool "Poison pages after freeing"
        select PAGE_EXTENSION
        select PAGE_POISONING_NO_SANITY if HIBERNATION
        ---help---