typo (Bug#376, reported by Kees van Reeuwijk)

This commit is contained in:
David van Moolenbroek 2010-01-04 12:29:51 +00:00
parent c473cfcdda
commit bac0e91705

View file

@ -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 */