summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-09 21:28:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-09 21:28:10 +0000
commitd76de34ef7d4bda39af4e77a4507b56aae0d4c7e (patch)
treec3b857fc124393218eb4250f2f09575d38c72f02 /sys/arch/m68k
parent3866dc97267da9c30330cecd76cee63aa9b9b6a0 (diff)
typo
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r--sys/arch/m68k/include/cacheops_60.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/cacheops_60.h b/sys/arch/m68k/include/cacheops_60.h
index 1985232227d..b7f846b070d 100644
--- a/sys/arch/m68k/include/cacheops_60.h
+++ b/sys/arch/m68k/include/cacheops_60.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cacheops_60.h,v 1.4 2002/03/14 01:26:34 millert Exp $ */
+/* $OpenBSD: cacheops_60.h,v 1.5 2002/08/09 21:28:09 mickey Exp $ */
/* $NetBSD: cacheops_60.h,v 1.1 1997/06/02 20:26:43 leo Exp $ */
/*-
@@ -199,7 +199,7 @@ ICPP_60(pa)
void DCPL_60(paddr_t);
extern __inline__ void
DCPL_60(pa)
- paddr_t va;
+ paddr_t pa;
{
register paddr_t r_pa __asm("a0") = pa;