summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2007-08-28 00:21:04 +0000
committermacallan <macallan@NetBSD.org>2007-08-28 00:21:04 +0000
commitc86f607779cb8bc641a96ff7fbff26066901c428 (patch)
tree25afe7c0de99a9c8967c6f7483ff4f5983742d04 /sys/dev/ic
parent506b14959f20e6dce8014e7cea85b16b867a7df9 (diff)
fix typo
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ibm561reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ibm561reg.h b/sys/dev/ic/ibm561reg.h
index e2675e67793..79e3a17be20 100644
--- a/sys/dev/ic/ibm561reg.h
+++ b/sys/dev/ic/ibm561reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm561reg.h,v 1.3 2007/08/27 19:46:45 macallan Exp $ */
+/* $NetBSD: ibm561reg.h,v 1.4 2007/08/28 00:21:04 macallan Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -87,7 +87,7 @@
#define CR3_RGB 0x01 /* 1 - RGB, 0 - BGR */
#define IBM561_CONFIG_REG4 0x0004
- #define CR4_FB_SLPIT_WID_MASK 0x78 /* number of FB WID bits */
+ #define CR4_FB_SPLIT_WID_MASK 0x78 /* number of FB WID bits */
#define CR4_ENABLE_SPLIT_WID 0x04
#define CR4_SELECT_OL_WID 0x02 /* 1 - use upper 4 bit for OL */
#define CR4_SELECT_FB_WID 0x01 /* 1 - use upper 4 bit for FB */