summaryrefslogtreecommitdiff
path: root/sys/arch
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
parent2b93432107f65f069490427a89fd1a5a735ffaba (diff)
instuction -> instruction
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/hp300/trap.c4
-rw-r--r--sys/arch/m68k/m68k/copypage.s4
-rw-r--r--sys/arch/mvme68k/mvme68k/trap.c4
-rw-r--r--sys/arch/sparc/sparc/db_disasm.c4
-rw-r--r--sys/arch/sparc64/sparc64/db_disasm.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c
index 9022f4ad51a..9a9e1a6ebcc 100644
--- a/sys/arch/hp300/hp300/trap.c
+++ b/sys/arch/hp300/hp300/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.43 2003/12/20 20:08:16 miod Exp $ */
+/* $OpenBSD: trap.c,v 1.44 2004/01/15 17:22:25 miod Exp $ */
/* $NetBSD: trap.c,v 1.57 1998/02/16 20:58:31 thorpej Exp $ */
/*
@@ -409,7 +409,7 @@ dopanic:
break;
#ifdef M68040
- 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",
diff --git a/sys/arch/m68k/m68k/copypage.s b/sys/arch/m68k/m68k/copypage.s
index d1aedf9a207..ec5e7cf904a 100644
--- a/sys/arch/m68k/m68k/copypage.s
+++ b/sys/arch/m68k/m68k/copypage.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: copypage.s,v 1.2 1997/07/06 07:46:28 downsj Exp $ */
+/* $OpenBSD: copypage.s,v 1.3 2004/01/15 17:22:27 miod Exp $ */
/* $NetBSD: copypage.s,v 1.4 1997/05/30 01:34:49 jtc Exp $ */
/*-
@@ -52,7 +52,7 @@
* copypage040(fromaddr, toaddr)
*
* Optimized version of bcopy for a single page-aligned NBPG byte copy,
- * using instuctions only available on the mc68040 and later.
+ * using instructions only available on the mc68040 and later.
*/
#if defined(M68040) || defined(M68060)
ENTRY(copypage040)
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",
diff --git a/sys/arch/sparc/sparc/db_disasm.c b/sys/arch/sparc/sparc/db_disasm.c
index f64428c3df6..50d88538626 100644
--- a/sys/arch/sparc/sparc/db_disasm.c
+++ b/sys/arch/sparc/sparc/db_disasm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_disasm.c,v 1.6 2002/05/16 13:01:41 art Exp $ */
+/* $OpenBSD: db_disasm.c,v 1.7 2004/01/15 17:22:28 miod Exp $ */
/* $NetBSD: db_disasm.c,v 1.9 1996/03/31 23:45:07 pk Exp $ */
/*
@@ -48,7 +48,7 @@
*
* There are 5 different fields that can be used to identify which
* operation is encoded into a particular 32-bit insn. There are 3
- * formats for instuctions, which one being used is determined by
+ * formats for instructions, which one being used is determined by
* bits 30-31 of the insn. Here are the bit fields and their names:
*
* 1100 0000 0000 0000 0000 0000 0000 0000 op field, determines format
diff --git a/sys/arch/sparc64/sparc64/db_disasm.c b/sys/arch/sparc64/sparc64/db_disasm.c
index d8396d6040b..a042e6c319b 100644
--- a/sys/arch/sparc64/sparc64/db_disasm.c
+++ b/sys/arch/sparc64/sparc64/db_disasm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_disasm.c,v 1.5 2003/05/17 20:18:54 mdw Exp $ */
+/* $OpenBSD: db_disasm.c,v 1.6 2004/01/15 17:22:28 miod Exp $ */
/* $NetBSD: db_disasm.c,v 1.9 2000/08/16 11:29:42 pk Exp $ */
/*
@@ -60,7 +60,7 @@
*
* There are 5 different fields that can be used to identify which
* operation is encoded into a particular 32-bit insn. There are 3
- * formats for instuctions, which one being used is determined by
+ * formats for instructions, which one being used is determined by
* bits 30-31 of the insn. Here are the bit fields and their names:
*
* 1100 0000 0000 0000 0000 0000 0000 0000 op field, determines format