diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-23 22:15:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-23 22:15:54 +0000 |
commit | 0a719db4b94ece44661dec2a613675cd64204bde (patch) | |
tree | 47b94e5d02fc98c89ff9b923dab3dd463e9cb87c /arch/mips/kernel/traps.c | |
parent | d221c44b7afefd8f77f8595af468dfacb3b21cc2 (diff) |
Merge, cleanup, typo fixes.
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index b6c219169..757fbafc2 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c @@ -1,4 +1,4 @@ -/* $Id: traps.c,v 1.19 1999/05/01 22:40:38 ralf Exp $ +/* $Id: traps.c,v 1.20 1999/06/13 16:30:34 ralf 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 @@ -340,7 +340,7 @@ void do_tr(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); } |