diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-07 21:18:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-07 21:18:12 +0000 |
commit | 14d65f63caf38425bbdc9d2869785699460bd9a3 (patch) | |
tree | e57c70bb531d8c07c54c46c68249e47136b8e114 /sys/arch/m88k | |
parent | 7b64ba6b03150d6a6bfb04ac5e506d93d32ba1d5 (diff) |
Funny typo.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/m88k/subr.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/subr.S b/sys/arch/m88k/m88k/subr.S index bafc847981d..3fb0616e528 100644 --- a/sys/arch/m88k/m88k/subr.S +++ b/sys/arch/m88k/m88k/subr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: subr.S,v 1.1 2004/04/29 14:33:27 miod Exp $ */ +/* $OpenBSD: subr.S,v 1.2 2004/07/07 21:18:11 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -717,7 +717,7 @@ ENTRY(kcopy) */ cmp r9,r2,r3 /* compare source address to destination */ bb1 eq,r9,_ASM_LABEL(kcopy_out) /* nothing to do if equal */ - bb1 lo,r9,_ASM_LABEL(kcopy_revers)e /* reverse copy if src < dest */ + bb1 lo,r9,_ASM_LABEL(kcopy_reverse) /* reverse copy if src < dest */ /* * source address is greater than destination address, copy forward */ |