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/asc.c | |
parent | d5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff) |
spelling
Diffstat (limited to 'sys/dev/tc/asc.c')
-rw-r--r-- | sys/dev/tc/asc.c | 4 |
1 files changed, 2 insertions, 2 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 ? |