aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 13:21:45 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 13:21:45 +0000
commit882d3b24fe055b777efb7de575f8126ab965085b (patch)
tree6dd165b4442ea47dc77f1138f086ddb204a174f6
parent01d74e5c7a35195160984d2c015862f08aeda081 (diff)
downloadsrc-882d3b24fe055b777efb7de575f8126ab965085b.tar.gz
src-882d3b24fe055b777efb7de575f8126ab965085b.zip
smartpqi(4): Fix a typo in a source code comment
- s/commmand/command/ MFC after: 3 days
-rw-r--r--sys/dev/smartpqi/smartpqi_structures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smartpqi/smartpqi_structures.h b/sys/dev/smartpqi/smartpqi_structures.h
index eb1394d58f39..2a71cc1d88da 100644
--- a/sys/dev/smartpqi/smartpqi_structures.h
+++ b/sys/dev/smartpqi/smartpqi_structures.h
@@ -791,7 +791,7 @@ struct pqi_enc_info {
typedef struct pqi_scsi_device {
- device_type_t devtype; /* as reported by INQUIRY commmand */
+ device_type_t devtype; /* as reported by INQUIRY command */
uint8_t device_type; /* as reported by
BMIC_IDENTIFY_PHYSICAL_DEVICE - only
valid for devtype = TYPE_DISK */