summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-21 21:52:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-21 21:52:48 +0000
commita7dd291699c0436f1f444c4e5eedde07671b5db3 (patch)
treec5279a86e2474a14046b184c977fb95bde7cd6ff /sys/dev/ic
parent351008f96c091875ce307f086d5edb17ed3e45e1 (diff)
contorl -> control
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/osiopreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/osiopreg.h b/sys/dev/ic/osiopreg.h
index e8a1a103c54..f0f5ab4a551 100644
--- a/sys/dev/ic/osiopreg.h
+++ b/sys/dev/ic/osiopreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: osiopreg.h,v 1.4 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: osiopreg.h,v 1.5 2005/11/21 21:52:47 miod Exp $ */
/* $NetBSD: osiopreg.h,v 1.1 2001/04/30 04:47:51 tsutsui Exp $ */
/*
@@ -306,7 +306,7 @@
#define OSIOP_CTEST7_CDIS 0x80 /* Cache burst disable */
#define OSIOP_CTEST7_SC1 0x40 /* Snoop control 1 */
-#define OSIOP_CTEST7_SC0 0x20 /* Snoop contorl 0 */
+#define OSIOP_CTEST7_SC0 0x20 /* Snoop control 0 */
#define OSIOP_CTEST7_STD 0x10 /* Selection timeout disable */
#define OSIOP_CTEST7_DFP 0x08 /* DMA FIFO parity bit */
#define OSIOP_CTEST7_EVP 0x04 /* Even parity (to host bus) */