git: ab46e51766d3 - stable/12 - smartpqi(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:22 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ab46e51766d3c3e7cde65d2d7f5d3b706d268e24
commit ab46e51766d3c3e7cde65d2d7f5d3b706d268e24
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 13:21:45 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:22:15 +0000
smartpqi(4): Fix a typo in a source code comment
- s/commmand/command/
(cherry picked from commit 882d3b24fe055b777efb7de575f8126ab965085b)
---
sys/dev/smartpqi/smartpqi_structures.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */