From 14d65f63caf38425bbdc9d2869785699460bd9a3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 7 Jul 2004 21:18:12 +0000 Subject: Funny typo. --- sys/arch/m88k/m88k/subr.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 */ -- cgit v1.2.3