summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-07-11 14:09:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-07-11 14:09:11 +0000
commitbeae332018d248781aef79da851f5ce0bda7116c (patch)
tree9a59af53c0208da258163ee8cbb875ba9b56f668
parent3c83b0b46948c0f97e8f96976a752f37d16f1fe9 (diff)
typo
-rw-r--r--sys/arch/sparc/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h
index dd5e29b0b39..fdb004be1eb 100644
--- a/sys/arch/sparc/include/param.h
+++ b/sys/arch/sparc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.42 2010/07/10 19:32:24 miod Exp $ */
+/* $OpenBSD: param.h,v 1.43 2010/07/11 14:09:10 miod Exp $ */
/* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */
/*
@@ -253,7 +253,7 @@ extern int mmumod;
# define CPU_ISSUN4COR4M (CPU_ISSUN4C || CPU_ISSUN4M)
#endif
#if !defined(CPU_ISSUN4DOR4M)
-# define CPU_ISSUN4DOR4M (cputyp >= CPU_SUN4D)
+# define CPU_ISSUN4DOR4M (cputyp >= CPU_SUN4M)
/* (CPU_ISSUN4D || CPU_ISSUN4M) */
#endif