Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:19:34 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 85d53cae7a0c - stable/13 - smartpqi(4): Fix a typo in a source code comment
Message-ID:  <202204090619.2396JYnF035434@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JYnF035434>