From: Seunghun Han Date: Wed, 7 Mar 2018 04:32:15 +0000 (+0900) Subject: x86/pti: Fix a comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5b679f5c9e3851ee118d95961def374bb3b4ce6;p=linux.git x86/pti: Fix a comment typo s/visinble/visible/ Signed-off-by: Seunghun Han Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/1520397135-132809-1-git-send-email-kkamagui@gmail.com --- diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c index ce38f165489b5..631507f0c1980 100644 --- a/arch/x86/mm/pti.c +++ b/arch/x86/mm/pti.c @@ -332,7 +332,7 @@ static void __init pti_clone_user_shared(void) } /* - * Clone the ESPFIX P4D into the user space visinble page table + * Clone the ESPFIX P4D into the user space visible page table */ static void __init pti_setup_espfix64(void) {