From bac0e9170504e9e26e5615423a051b78fc617980 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Mon, 4 Jan 2010 12:29:51 +0000 Subject: [PATCH] typo (Bug#376, reported by Kees van Reeuwijk) --- kernel/arch/i386/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/arch/i386/exception.c b/kernel/arch/i386/exception.c index 9c8e5b542..d93a7c3c8 100644 --- a/kernel/arch/i386/exception.c +++ b/kernel/arch/i386/exception.c @@ -125,7 +125,7 @@ struct proc *t; { "Invalid opcode", SIGILL, 186 }, { "Coprocessor not available", SIGFPE, 186 }, { "Double fault", SIGBUS, 286 }, - { "Copressor segment overrun", SIGSEGV, 286 }, + { "Coprocessor segment overrun", SIGSEGV, 286 }, { "Invalid TSS", SIGSEGV, 286 }, { "Segment not present", SIGSEGV, 286 }, { "Stack exception", SIGSEGV, 286 }, /* STACK_FAULT already used */ -- 2.44.0