summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-15 17:22:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-15 17:22:29 +0000
commitb728ac7bf80cf4da535639fd5cda062030421590 (patch)
tree0cfc98bca46f241974f0395e47ab1d63ebfebe2c /sys/arch/mvme68k
parent2b93432107f65f069490427a89fd1a5a735ffaba (diff)
instuction -> instruction
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/mvme68k/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/trap.c b/sys/arch/mvme68k/mvme68k/trap.c
index bcdbe6acb26..a30ef9bdf48 100644
--- a/sys/arch/mvme68k/mvme68k/trap.c
+++ b/sys/arch/mvme68k/mvme68k/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.51 2003/12/20 00:34:32 miod Exp $ */
+/* $OpenBSD: trap.c,v 1.52 2004/01/15 17:22:27 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -360,7 +360,7 @@ copyfault:
break;
#if defined(M68040) || defined(M68060)
- case T_FPEMULI|T_USER: /* unimplemented FP instuction */
+ case T_FPEMULI|T_USER: /* unimplemented FP instruction */
case T_FPEMULD|T_USER: /* unimplemented FP data type */
/* XXX need to FSAVE */
printf("pid %d(%s): unimplemented FP %s at %x (EA %x)\n",