Date: Sat, 9 Apr 2022 06:33:31 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: 2c26c52769f6 - stable/12 - bce(4): Fix a typo in a source code comment Message-ID: <202204090633.2396XVWi062069@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=2c26c52769f69a38d6310c60daff474b1c4eef6f commit 2c26c52769f69a38d6310c60daff474b1c4eef6f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:40:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:24:00 +0000 bce(4): Fix a typo in a source code comment - s/exisitng/existing/ (cherry picked from commit 24926c487b59c7d80637ea77b13ffb6eb797b7f6) --- sys/dev/bce/if_bce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 7181f78767bf..19a528e6af4f 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -8141,7 +8141,7 @@ bce_set_rx_mode(struct bce_softc *sc) REG_WR(sc, BCE_EMAC_RX_MODE, rx_mode); } - /* Disable and clear the exisitng sort before enabling a new sort. */ + /* Disable and clear the existing sort before enabling a new sort. */ REG_WR(sc, BCE_RPM_SORT_USER0, 0x0); REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode); REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396XVWi062069>