From bf38f69d2fe017d059da66d562c938c4458a2513 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 25 Feb 2016 12:59:28 +1100 Subject: [PATCH] mm-page_poisonc-enable-page_poisoning-as-a-separate-option-fix fix Kconfig spello Cc: Laura Abbott Signed-off-by: Andrew Morton --- mm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index f89d1c99f97f67..ddf71d7cb6ba8d 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug @@ -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---