Date: Wed, 7 Sep 2022 07:32:04 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: b51b0cce30fc - stable/13 - mps(4): Remove a double word in a source code comment Message-ID: <202209070732.2877W4uX054661@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=b51b0cce30fcf7cd6d63a785dd754e5afd8af647 commit b51b0cce30fcf7cd6d63a785dd754e5afd8af647 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:48:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:31:43 +0000 mps(4): Remove a double word in a source code comment - s/the the/the/ (cherry picked from commit d6f9a3c0a8b11fa0e26e364266e37805ca1dcca2) --- sys/dev/mps/mps_mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mps/mps_mapping.c b/sys/dev/mps/mps_mapping.c index 9e1e0726c574..2b0c16a8deb8 100644 --- a/sys/dev/mps/mps_mapping.c +++ b/sys/dev/mps/mps_mapping.c @@ -2310,7 +2310,7 @@ mps_mapping_enclosure_dev_status_change_event(struct mps_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?202209070732.2877W4uX054661>