From ebbc75aeb0417d0cdda1e82ec2971c4eebdbe2c8 Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Mon, 10 Feb 2003 19:00:52 -0800 Subject: [PATCH] ia64: Fix typo in #error message of page-fault handler. --- arch/ia64/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/mm/fault.c b/arch/ia64/mm/fault.c index c1e982f74e32..18f5024c6e59 100644 --- a/arch/ia64/mm/fault.c +++ b/arch/ia64/mm/fault.c @@ -79,7 +79,7 @@ ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *re # if (((1 << VM_READ_BIT) != VM_READ || (1 << VM_WRITE_BIT) != VM_WRITE) \ || (1 << VM_EXEC_BIT) != VM_EXEC) -# error File is out of sync with . Pleaes update. +# error File is out of sync with . Please update. # endif mask = ( (((isr >> IA64_ISR_X_BIT) & 1UL) << VM_EXEC_BIT) -- 2.39.5