Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 11:46:56 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: 2f9de90b22a6 - main - mpr(4): Remove a double word in a source code comment
Message-ID:  <202209041146.284Bkuc2072723@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=2f9de90b22a6478752534eb5b772d2c1d134b309

commit 2f9de90b22a6478752534eb5b772d2c1d134b309
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:46:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 11:46:44 +0000

    mpr(4): Remove a double word in a source code comment
    
    - s/the the/the/
    
    MFC after:      3 days
---
 sys/dev/mpr/mpr_mapping.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mpr/mpr_mapping.c b/sys/dev/mpr/mpr_mapping.c
index 6c191672c24e..c0faa837f457 100644
--- a/sys/dev/mpr/mpr_mapping.c
+++ b/sys/dev/mpr/mpr_mapping.c
@@ -2780,7 +2780,7 @@ mpr_mapping_enclosure_dev_status_change_event(struct mpr_softc *sc,
 
 		/*
 		 * If the Added enclosure is already in the Enclosure Table,
-		 * make sure that all the the enclosure info is up to date. If
+		 * make sure that all the enclosure info is up to date. If
 		 * the enclosure was missing and has just been added back, or if
 		 * the enclosure's Phy Bits have changed, clear the missing
 		 * count and update the Phy Bits in the mapping table and in the



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