summary refs log tree commit diff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-11-20 15:57:04 +0100
committerIngo Molnar <mingo@kernel.org>2019-12-10 10:12:55 +0100
commitb75baaf3a81e71680f3d50965c9330b36993fbad (patch)
treed35be7cce99811fdc7b58e4f4827d0c60b396b09 /arch/x86/Kconfig
parent533d49b37a2b532354d3841a142173b8321818df (diff)
downloadlinux-b75baaf3a81e71680f3d50965c9330b36993fbad.tar.gz
x86/mm/pat: Fix typo in the Kconfig help text
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5e8949953660..b6778575cf6f 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.