From: Ingo Molnar Date: Wed, 20 Nov 2019 14:57:04 +0000 (+0100) Subject: x86/mm/pat: Fix typo in the Kconfig help text X-Git-Tag: v5.10.7~3402^2~36^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b75baaf3a81e71680f3d50965c9330b36993fbad;p=platform%2Fkernel%2Flinux-rpi.git x86/mm/pat: Fix typo in the Kconfig help text Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5e89499..b677857 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1512,7 +1512,7 @@ config X86_CPA_STATISTICS bool "Enable statistic for Change Page Attribute" depends on DEBUG_FS ---help--- - Expose statistics about the Change Page Attribute mechanims, which + Expose statistics about the Change Page Attribute mechanism, which helps to determine the effectiveness of preserving large and huge page mappings when mapping protections are changed.