diff options
Diffstat (limited to 'sys/dev/ic/dptreg.h')
-rw-r--r-- | sys/dev/ic/dptreg.h | 4 |
1 files changed, 2 insertions, 2 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; |