summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.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/traps.c
parent14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff)
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r--arch/mips/kernel/traps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index 67b0a1d3e..1d2cd9647 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -1,4 +1,4 @@
-/* $Id: traps.c,v 1.17 1998/10/31 13:18:43 ulfc Exp $
+/* $Id: traps.c,v 1.18 1999/04/12 19:13:21 harald Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -324,7 +324,7 @@ void do_bp(struct pt_regs *regs)
/*
* (A short test says that IRIX 5.3 sends SIGTRAP for all break
* insns, even for break codes that indicate arithmetic failures.
- * Wiered ...)
+ * Weird ...)
*/
force_sig(SIGTRAP, current);
}