]> Zhao Yanbai Git Server - minix.git/commitdiff
typo (Bug#376, reported by Kees van Reeuwijk)
authorDavid van Moolenbroek <david@minix3.org>
Mon, 4 Jan 2010 12:29:51 +0000 (12:29 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 4 Jan 2010 12:29:51 +0000 (12:29 +0000)
kernel/arch/i386/exception.c

index 9c8e5b54297f01115fce5041665064b68125789b..d93a7c3c83916f0fe5bd0519ce0120a27fbc29dc 100644 (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 */