git: 85d53cae7a0c - stable/13 - 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:19:34 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=85d53cae7a0cbec341178bfbb13c99d2be43bd5e commit 85d53cae7a0cbec341178bfbb13c99d2be43bd5e 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:17:49 +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 */