summaryrefslogtreecommitdiff
path: root/sys/dev/ic/trm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/trm.h')
-rw-r--r--sys/dev/ic/trm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/trm.h b/sys/dev/ic/trm.h
index 42f607ee33d..3f0bf34d651 100644
--- a/sys/dev/ic/trm.h
+++ b/sys/dev/ic/trm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trm.h,v 1.7 2020/07/22 13:16:04 krw Exp $
+/* $OpenBSD: trm.h,v 1.8 2024/09/04 07:54:52 mglocker Exp $
* ------------------------------------------------------------
* O.S : OpenBSD
* File Name : trm.h
@@ -123,7 +123,7 @@ struct trm_scsi_req_q
#define TRM_NO_TAG 0x00
u_int8_t TargetStatus; /* SCSI status codes + Tekram: */
-#define TRM_SCSI_UNEXP_BUS_FREE 0xFD /* Unexpect Bus Free */
+#define TRM_SCSI_UNEXP_BUS_FREE 0xFD /* Unexpected Bus Free */
#define TRM_SCSI_BUS_RST_DETECTED 0xFE /* Scsi Bus Reset detected */
#define TRM_SCSI_SELECT_TIMEOUT 0xFF /* Selection Time out */