diff options
Diffstat (limited to 'sys/dev/ic/trm.c')
-rw-r--r-- | sys/dev/ic/trm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/trm.c b/sys/dev/ic/trm.c index c8ca7842c9c..5e78a9da0b5 100644 --- a/sys/dev/ic/trm.c +++ b/sys/dev/ic/trm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trm.c,v 1.46 2024/06/22 10:22:29 jsg Exp $ +/* $OpenBSD: trm.c,v 1.47 2024/09/04 07:54:52 mglocker Exp $ * ------------------------------------------------------------ * O.S : OpenBSD * File Name : trm.c @@ -1124,7 +1124,7 @@ trm_DataInPhase0(struct trm_softc *sc, struct trm_scsi_req_q *pSRB, u_int8_t *ps * * parsing the case: * when a transfer not yet complete - * but be disconnected by uper layer + * but be disconnected by upper layer * if transfer not yet complete * there were some data residue in SCSI FIFO or * SCSI transfer counter not empty |