summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-09-25 22:27:16 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-09-25 22:27:16 +0000
commitca2b3c48aee7e66475efc49facdb3099e96708a2 (patch)
treeb946b92a9a8694356df79ab2344056ba3b55b3b7 /sys/arch/m68k
parent45f1f8c63d4e764fbd75209bce026b95c61f0e8c (diff)
Typos
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r--sys/arch/m68k/m68k/copypage.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m68k/m68k/copypage.s b/sys/arch/m68k/m68k/copypage.s
index ec5e7cf904a..71c8fdc69c4 100644
--- a/sys/arch/m68k/m68k/copypage.s
+++ b/sys/arch/m68k/m68k/copypage.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: copypage.s,v 1.3 2004/01/15 17:22:27 miod Exp $ */
+/* $OpenBSD: copypage.s,v 1.4 2005/09/25 22:27:15 miod Exp $ */
/* $NetBSD: copypage.s,v 1.4 1997/05/30 01:34:49 jtc Exp $ */
/*-
@@ -57,7 +57,7 @@
#if defined(M68040) || defined(M68060)
ENTRY(copypage040)
movl sp@(4),a0 | source address
- movl sp@(8),a1 | destiniation address
+ movl sp@(8),a1 | destination address
movw #NBPG/32-1,d0 | number of 32 byte chunks - 1
Lm16loop:
.long 0xf6209000 | move16 a0@+,a1@+
@@ -73,7 +73,7 @@ Lm16loop:
*/
ENTRY(copypage)
movl sp@(4),a0 | source address
- movl sp@(8),a1 | destiniation address
+ movl sp@(8),a1 | destination address
movw #NBPG/32-1,d0 | number of 32 byte chunks - 1
Lmlloop:
movl a0@+,a1@+