Skip to content

Commit

Permalink
x86/pti: Fix a comment typo
Browse files Browse the repository at this point in the history
s/visinble/visible/

Signed-off-by: Seunghun Han <kkamagui@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1520397135-132809-1-git-send-email-kkamagui@gmail.com
  • Loading branch information
Seunghun Han authored and Thomas Gleixner committed Mar 8, 2018
1 parent a5321ae commit c5b679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mm/pti.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c5b679f

Please sign in to comment.