diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-05-01 22:40:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-05-01 22:40:34 +0000 |
commit | 9f99c1f15350847e106bbe6bebc99d1d8f24901b (patch) | |
tree | 938079d6670642d8d6a8f04b309bc5d4c2580d09 /arch/mips/kernel/gdb-stub.c | |
parent | 14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff) |
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/gdb-stub.c')
-rw-r--r-- | arch/mips/kernel/gdb-stub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/gdb-stub.c b/arch/mips/kernel/gdb-stub.c index fe999bb31..db40422c0 100644 --- a/arch/mips/kernel/gdb-stub.c +++ b/arch/mips/kernel/gdb-stub.c @@ -12,7 +12,7 @@ * * Copyright (C) 1995 Andreas Busse * - * $Id: gdb-stub.c,v 1.4 1997/09/01 21:00:01 marks Exp $ + * $Id: gdb-stub.c,v 1.5 1997/09/16 14:59:54 marks Exp $ */ /* @@ -326,7 +326,7 @@ static struct hard_trap_info { 7, SIGBUS }, /* data bus error */ { 9, SIGTRAP }, /* break */ { 10, SIGILL }, /* reserved instruction */ -/* { 11, SIGILL }, */ /* cpu unusable */ +/* { 11, SIGILL }, */ /* CPU unusable */ { 12, SIGFPE }, /* overflow */ { 13, SIGTRAP }, /* trap */ { 14, SIGSEGV }, /* virtual instruction cache coherency */ @@ -379,7 +379,7 @@ extern void fltr_set_mem_err(void) } /* - * Convert the MIPS hardware trap type code to a unix signal number. + * Convert the MIPS hardware trap type code to a Unix signal number. */ static int computeSignal(int tt) { |