Date: Sat, 2 Apr 2022 13:22:08 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 882d3b24fe05 - main - smartpqi(4): Fix a typo in a source code comment Message-ID: <202204021322.232DM8eU088377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021322.232DM8eU088377>