summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-12 17:58:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-12 17:58:25 +0000
commit4359d4e2de2733beba950da49d8503f1f27ae6be (patch)
tree413d2fbca0da50fb7f9aecbd1bc5098ab15bacf9 /sys
parent32b6e547028082f762f1b315116712cbf7b642bd (diff)
Oops, typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/m68k/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h
index 31a9b77a19d..792b7a653e9 100644
--- a/sys/arch/m68k/include/param.h
+++ b/sys/arch/m68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.19 2006/06/11 20:48:13 miod Exp $ */
+/* $OpenBSD: param.h,v 1.20 2006/06/12 17:58:24 miod Exp $ */
/* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */
/*
@@ -89,7 +89,7 @@
#define SEGSHIFT SEGSHIFT040
#endif
#else
-#define SEGSHIFT SEGSHOFT020
+#define SEGSHIFT SEGSHIFT020
#endif
#define NBSEG (1 << SEGSHIFT)
#define SEGOFSET (NBSEG - 1)