Eliminate the hot-spare 'r' in Arrray.

Submitted by:	Søren Schrøder <sch@chaos.dk>
This commit is contained in:
Poul-Henning Kamp 2001-08-10 11:47:08 +00:00
parent b3ebbab8d3
commit 4446bcb757
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81448

View File

@ -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";