diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/dptreg.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/ncr5380.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/dptreg.h b/sys/dev/ic/dptreg.h index 080f5b25f5b..3b590f699de 100644 --- a/sys/dev/ic/dptreg.h +++ b/sys/dev/ic/dptreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dptreg.h,v 1.1 1999/11/30 07:55:56 cmetz Exp $ */ +/* $OpenBSD: dptreg.h,v 1.2 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: dptreg.h,v 1.4 1999/10/19 20:16:48 ad Exp $ */ /* @@ -186,7 +186,7 @@ struct eata_sp { u_int8_t sp_hba_status; /* host adapter status */ u_int8_t sp_scsi_status; /* SCSI bus status */ u_int8_t sp_reserved[2]; /* reserved */ - u_int32_t sp_inv_residue; /* bytes not transfered */ + u_int32_t sp_inv_residue; /* bytes not transferred */ u_int32_t sp_ccbid; /* ID of software CCB */ u_int8_t sp_id_message; u_int8_t sp_que_message; diff --git a/sys/dev/ic/ncr5380.c b/sys/dev/ic/ncr5380.c index a0c4534c188..443c43b84cc 100644 --- a/sys/dev/ic/ncr5380.c +++ b/sys/dev/ic/ncr5380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380.c,v 1.2 1996/10/31 01:01:34 niklas Exp $ */ +/* $OpenBSD: ncr5380.c,v 1.3 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: ncr5380.c,v 1.3 1995/09/26 21:04:27 pk Exp $ */ /* @@ -678,7 +678,7 @@ ncr5380_dorequest(sc, target, lun, cmd, cmdlen, databuf, datalen, sent) &stat, &msg); #ifdef DEBUG if (ncr5380_debug) { - printf("ncr5380_dorequest: data transfered = %d\n", *sent); + printf("ncr5380_dorequest: data transferred = %d\n", *sent); } #endif |