summaryrefslogtreecommitdiff
path: root/sys/dev/ic/midwayreg.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
commit09533afdf9d8765c07281cc781bb793add772fff (patch)
tree127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/midwayreg.h
parent8340012e43d3e836557b3ef5cce99f0b05419e90 (diff)
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/midwayreg.h')
-rw-r--r--sys/dev/ic/midwayreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/midwayreg.h b/sys/dev/ic/midwayreg.h
index e18aca797c1..47cd4c9c670 100644
--- a/sys/dev/ic/midwayreg.h
+++ b/sys/dev/ic/midwayreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: midwayreg.h,v 1.8 1999/06/06 15:39:16 deraadt Exp $ */
+/* $OpenBSD: midwayreg.h,v 1.9 2003/10/21 18:58:49 jmc Exp $ */
/*
* m i d w a y r e g . h
@@ -208,7 +208,7 @@ typedef caddr_t bus_addr_t;
/* convert byte offset to reg value */
#define MID_DRQ_REG2A(N) (((N) << 3) + MID_DRQOFF) /* and back */
-/* note: format of word 1 of RXQ is different beween ENI and ADP cards */
+/* note: format of word 1 of RXQ is different between ENI and ADP cards */
#define MID_MK_RXQ_ENI(CNT,VC,END,TYPE) \
( ((CNT) << 16)|((VC) << 6)|(END)|(TYPE) )
@@ -224,7 +224,7 @@ typedef caddr_t bus_addr_t;
#define MID_DTQ_REG2A(N) (((N) << 3) + MID_DTQOFF) /* and back */
-/* note: format of word 1 of TXQ is different beween ENI and ADP cards */
+/* note: format of word 1 of TXQ is different between ENI and ADP cards */
#define MID_MK_TXQ_ENI(CNT,CHN,END,TYPE) \
( ((CNT) << 16)|((CHN) << 6)|(END)|(TYPE) )