summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-07 21:15:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-07 21:15:48 +0000
commita122d9047b0239ccf713519c1179b4a8b551e030 (patch)
tree6cfc84639a80cc0e337007e8ce4d45d91dcc857f /sys/dev
parent4a81137ad27c37637f77d45b52cd3c35f5f0c923 (diff)
Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin,
thanks!
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wdcreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdcreg.h b/sys/dev/ic/wdcreg.h
index a50b53ae2ff..e45deddf4ef 100644
--- a/sys/dev/ic/wdcreg.h
+++ b/sys/dev/ic/wdcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdcreg.h,v 1.15 2005/12/10 11:45:43 miod Exp $ */
+/* $OpenBSD: wdcreg.h,v 1.16 2006/05/07 21:15:47 miod Exp $ */
/* $NetBSD: wdcreg.h,v 1.22 1999/03/07 14:02:54 bouyer Exp $ */
/*-
@@ -80,7 +80,7 @@
#define WDCC_READ 0x20 /* disk read code */
#define WDCC_WRITE 0x30 /* disk write code */
#define WDCC__LONG 0x02 /* modifier -- access ecc bytes */
-#define WDCC__NORETRY 0x01 /* modifier -- no entries */
+#define WDCC__NORETRY 0x01 /* modifier -- no retries */
#define WDCC_FORMAT 0x50 /* disk format code */
#define WDCC_DIAGNOSE 0x90 /* controller diagnostic */