]> git.hungrycats.org Git - linux/commitdiff
ia64: Fix typo in #error message of page-fault handler.
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 11 Feb 2003 03:00:52 +0000 (19:00 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 11 Feb 2003 03:00:52 +0000 (19:00 -0800)
arch/ia64/mm/fault.c

index c1e982f74e326b813be3df7c826c75510baa46d8..18f5024c6e59413bc156345ac8e88560334cfae1 100644 (file)
@@ -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 <linux/mm.h>.  Pleaes update.
+#              error File is out of sync with <linux/mm.h>.  Please update.
 #      endif
 
        mask = (  (((isr >> IA64_ISR_X_BIT) & 1UL) << VM_EXEC_BIT)