From: Takuya Yamamoto Date: Wed, 29 Aug 2018 07:27:30 +0000 (+0900) Subject: x86/mm: Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3541fbc3c25bf2ba6d03a450c07f824e318f9b9;p=linux.git x86/mm: Fix typo in comment Signed-off-by: Takuya Yamamoto Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/20180829072730.988-1-tkyymmt01@gmail.com --- diff --git a/arch/x86/mm/extable.c b/arch/x86/mm/extable.c index 45f5d6cf65aed..9ceb940334cd9 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;