diff options
Diffstat (limited to 'sys/arch/arc/dev/asc.c')
-rw-r--r-- | sys/arch/arc/dev/asc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/dev/asc.c b/sys/arch/arc/dev/asc.c index 1e9105c569e..e6723fbb0be 100644 --- a/sys/arch/arc/dev/asc.c +++ b/sys/arch/arc/dev/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.9 1998/03/16 09:38:39 pefo Exp $ */ +/* $OpenBSD: asc.c,v 1.10 2001/01/25 03:50:47 todd Exp $ */ /* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */ /*- @@ -399,7 +399,7 @@ typedef struct scsi_state { int statusByte; /* status byte returned during STATUS_PHASE */ u_int dmaBufSize; /* DMA buffer size */ 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 cmdlen; /* length of command in cmd */ int buflen; /* total remaining amount of data to transfer */ vm_offset_t buf; /* current pointer within scsicmd->buf */ @@ -1025,7 +1025,7 @@ asc_intr(sc) /* * OK, message coming in clean up whatever is going on. - * Get number of bytes left to transfered from byte counter + * Get number of bytes left to transferred from byte counter * counter decrements when data is trf on the SCSI bus */ ASC_TC_GET(regs, len); |