diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-16 11:57:51 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-04-16 13:27:34 +0200 |
commit | a943245adc9ae31942af752e879fbbc182166573 (patch) | |
tree | 435d974d1e16cca51cb0bde53041d38e1be21178 /arch/x86 | |
parent | 780e0106d468a2962b16b52fdf42898f2639e0a0 (diff) | |
download | linux-a943245adc9ae31942af752e879fbbc182166573.tar.gz linux-a943245adc9ae31942af752e879fbbc182166573.tar.bz2 linux-a943245adc9ae31942af752e879fbbc182166573.zip |
x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness"
The Kconfig text contains a spelling mistake, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20190416105751.18899-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c1f9b3cf437c..01dbb05bc498 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1499,7 +1499,7 @@ config X86_CPA_STATISTICS depends on DEBUG_FS ---help--- Expose statistics about the Change Page Attribute mechanims, which - helps to determine the effectivness of preserving large and huge + helps to determine the effectiveness of preserving large and huge page mappings when mapping protections are changed. config ARCH_HAS_MEM_ENCRYPT |