Commit-ID:  b3541fbc3c25bf2ba6d03a450c07f824e318f9b9
Gitweb:     https://git.kernel.org/tip/b3541fbc3c25bf2ba6d03a450c07f824e318f9b9
Author:     Takuya Yamamoto <tkyymm...@gmail.com>
AuthorDate: Wed, 29 Aug 2018 16:27:30 +0900
Committer:  Thomas Gleixner <t...@linutronix.de>
CommitDate: Wed, 3 Oct 2018 16:14:05 +0200
x86/mm: Fix typo in comment

Signed-off-by: Takuya Yamamoto <tkyymm...@gmail.com>
Signed-off-by: Thomas Gleixner <t...@linutronix.de>
Link: https://lkml.kernel.org/r/20180829072730.988-1-tkyymm...@gmail.com

---
 arch/x86/mm/extable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/extable.c b/arch/x86/mm/extable.c
index 45f5d6cf65ae..9ceb940334cd 100644
--- a/arch/x86/mm/extable.c
+++ b/arch/x86/mm/extable.c
@@ -230,7 +230,7 @@ void __init early_fixup_exception(struct pt_regs *regs, int 
trapnr)
         * result in a hard-to-debug panic.
         *
         * Keep in mind that not all vectors actually get here.  Early
-        * fage faults, for example, are special.
+        * page faults, for example, are special.
         */
        if (fixup_exception(regs, trapnr))
                return;

Reply via email to