projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5321ae
)
x86/pti: Fix a comment typo
author
Seunghun Han
<kkamagui@gmail.com>
Wed, 7 Mar 2018 04:32:15 +0000
(13:32 +0900)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 8 Mar 2018 11:33:21 +0000
(12:33 +0100)
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
arch/x86/mm/pti.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/pti.c
b/arch/x86/mm/pti.c
index ce38f165489b5a13d92091c8671879f30ce44e20..631507f0c1980cc03367c161b7164a16c40de496 100644
(file)
--- 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 visi
n
ble page table
+ * Clone the ESPFIX P4D into the user space visible page table
*/
static void __init pti_setup_espfix64(void)
{