[tip: x86/mm] x86/mm/pat: Fix typo in the Kconfig help text

From: tip-bot2 for Ingo Molnar
Date: Fri Jan 10 2020 - 12:59:22 EST


The following commit has been merged into the x86/mm branch of tip:

Commit-ID: b75baaf3a81e71680f3d50965c9330b36993fbad
Gitweb: https://git.kernel.org/tip/b75baaf3a81e71680f3d50965c9330b36993fbad
Author: Ingo Molnar <mingo@xxxxxxxxxx>
AuthorDate: Wed, 20 Nov 2019 15:57:04 +01:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Tue, 10 Dec 2019 10:12:55 +01:00

x86/mm/pat: Fix typo in the Kconfig help text

Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.