Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:44:48 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: e9b916ff74a5 - stable/12 - cam(4): Remove a double word in a source code comment
Message-ID:  <202204140644.23E6imsE096446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit e9b916ff74a541e365c7359654ef1b7732103d58
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:04:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:30:16 +0000

    cam(4): Remove a double word in a source code comment
    
    - s/this this/this/
    
    (cherry picked from commit 456b2bb97e1153ca81a15d51200ebbd1f19a643a)
---
 sys/cam/scsi/scsi_ses.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h
index ff8858276e42..3f5f10f924d9 100644
--- a/sys/cam/scsi/scsi_ses.h
+++ b/sys/cam/scsi/scsi_ses.h
@@ -2415,7 +2415,7 @@ int ses_elm_sas_descr_type(union ses_elm_sas_hdr *);
  * This structure for SPSP_PROTO_ATA is not defined by SES specs,
  * but purely my own design to make AHCI EM interoperate with SES.
  * Since no other software I know can talk to SEMB, and we do not
- * expose this this outside, it should be safe to do what we want.
+ * expose this outside, it should be safe to do what we want.
  */
 struct ses_elm_ata_hdr {
 	uint8_t bus[4];



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