summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
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/m68k
parent2b93432107f65f069490427a89fd1a5a735ffaba (diff)
instuction -> instruction
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r--sys/arch/m68k/m68k/copypage.s4
1 files changed, 2 insertions, 2 deletions
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)