summaryrefslogtreecommitdiff
path: root/sys/dev/tc/ascvar.h
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-25 03:50:55 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-25 03:50:55 +0000
commit494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch)
tree5dc4ce418220b723501ba06db24d4002d306ffe8 /sys/dev/tc/ascvar.h
parentd5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff)
spelling
Diffstat (limited to 'sys/dev/tc/ascvar.h')
-rw-r--r--sys/dev/tc/ascvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/ascvar.h b/sys/dev/tc/ascvar.h
index 0eeb964c1de..2321001085f 100644
--- a/sys/dev/tc/ascvar.h
+++ b/sys/dev/tc/ascvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ascvar.h,v 1.3 1998/05/18 00:25:10 millert Exp $ */
+/* $OpenBSD: ascvar.h,v 1.4 2001/01/25 03:50:52 todd Exp $ */
/* $NetBSD: ascvar.h,v 1.4 1997/11/28 18:23:40 mhitch Exp $ */
@@ -13,7 +13,7 @@ typedef struct scsi_state {
int error; /* errno to pass back to device driver */
u_char *dmaBufAddr; /* DMA buffer address */
int dmalen; /* amount to transfer in this chunk */
- int dmaresid; /* amount not transfered if chunk suspended */
+ int dmaresid; /* amount not transferred if chunk suspended */
int buflen; /* total remaining amount of data to transfer */
char *buf; /* current pointer within scsicmd->buf */
int flags; /* see below */