summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/scsi/scsi_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index b00658a..0fe832e 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -2215,7 +2215,7 @@ scsi_print_inquiry(struct scsi_inquiry_data *inq_data)
dtype = "Communication";
break;
case T_STORARRAY:
- dtype = "Storage Arrray";
+ dtype = "Storage Array";
break;
case T_ENCLOSURE:
dtype = "Enclosure Services";
OpenPOWER on IntegriCloud