From: David van Moolenbroek Date: Mon, 4 Jan 2010 12:29:51 +0000 (+0000) Subject: typo (Bug#376, reported by Kees van Reeuwijk) X-Git-Tag: v3.1.6~117 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=bac0e9170504e9e26e5615423a051b78fc617980;p=minix.git typo (Bug#376, reported by Kees van Reeuwijk) --- 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 */