summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
commit9f99c1f15350847e106bbe6bebc99d1d8f24901b (patch)
tree938079d6670642d8d6a8f04b309bc5d4c2580d09 /arch/mips/kernel/unaligned.c
parent14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff)
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r--arch/mips/kernel/unaligned.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c
index dd633877c..bdfc29ea1 100644
--- a/arch/mips/kernel/unaligned.c
+++ b/arch/mips/kernel/unaligned.c
@@ -7,7 +7,7 @@
*
* Copyright (C) 1996, 1998 by Ralf Baechle
*
- * $Id: unaligned.c,v 1.3 1998/05/04 09:12:51 ralf Exp $
+ * $Id: unaligned.c,v 1.4 1998/08/25 09:14:44 ralf Exp $
*
* This file contains exception handler for address error exception with the
* special capability to execute faulting instructions in software. The
@@ -17,7 +17,7 @@
* Putting data to unaligned addresses is a bad practice even on Intel where
* only the performance is affected. Much worse is that such code is non-
* portable. Due to several programs that die on MIPS due to alignment
- * problems I decieded to implement this handler anyway though I originally
+ * problems I decided to implement this handler anyway though I originally
* didn't intend to do this at all for user code.
*
* For now I enable fixing of address errors by default to make life easier.
@@ -140,7 +140,7 @@ emulate_load_store_insn(struct pt_regs *regs,
goto sigbus;
/*
- * The remaining opcodes are the ones that are really of interrest.
+ * The remaining opcodes are the ones that are really of interest.
*/
case lh_op:
check_axs(pc, addr, 2);