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-09 06:17:49 +0000
commit85d53cae7a0cbec341178bfbb13c99d2be43bd5e (patch)
tree5336e2a9214217968dc2cce6622068b079c77b0a
parent745e044fe2d8baebb60227954f47cefd3035225c (diff)
downloadsrc-85d53cae7a0cbec341178bfbb13c99d2be43bd5e.tar.gz
src-85d53cae7a0cbec341178bfbb13c99d2be43bd5e.zip
smartpqi(4): Fix a typo in a source code comment
- s/commmand/command/ (cherry picked from commit 882d3b24fe055b777efb7de575f8126ab965085b)
-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 */