diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
commit | 494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch) | |
tree | 5dc4ce418220b723501ba06db24d4002d306ffe8 /sys/dev/tc | |
parent | d5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff) |
spelling
Diffstat (limited to 'sys/dev/tc')
-rw-r--r-- | sys/dev/tc/asc.c | 4 | ||||
-rw-r--r-- | sys/dev/tc/ascvar.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index 863abac8f8e..03d633ad262 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.15 2000/09/10 01:11:52 miod Exp $ */ +/* $OpenBSD: asc.c,v 1.16 2001/01/25 03:50:52 todd Exp $ */ /* $NetBSD: asc.c,v 1.46 1998/05/08 15:39:01 mhitch Exp $ */ /*- @@ -584,7 +584,7 @@ asc_start(scsicmd) } asc->cmd[sdp->sd_drive] = scsicmd; /* - * Kludge: use a 60 second timeout if data is being transfered, + * Kludge: use a 60 second timeout if data is being transferred, * otherwise use a 30 minute timeout. */ timeout(asc_timeout, scsicmd, hz * (scsicmd->buflen == 0 ? 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 */ |