git: 882d3b24fe05 - main - smartpqi(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:22:08 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=882d3b24fe055b777efb7de575f8126ab965085b

commit 882d3b24fe055b777efb7de575f8126ab965085b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 13:21:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:21:45 +0000

    smartpqi(4): Fix a typo in a source code comment
    
    - s/commmand/command/
    
    MFC after:      3 days
---
 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 */