Date: Sun, 14 Jun 2026 05:10:55 +0000 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: adf261401c1b - stable/15 - mxge(4): Fix a typo in a source code comment Message-ID: <6a2e37df.426e4.1104d86@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=adf261401c1b1987b903f98bd190b92f8e8009cd commit adf261401c1b1987b903f98bd190b92f8e8009cd Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-06-11 04:03:02 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-06-14 05:08:31 +0000 mxge(4): Fix a typo in a source code comment - s/deterimine/determine/ (cherry picked from commit 14e93e3e360718f2272028fbf99775df3c192e83) --- sys/dev/mxge/if_mxge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index ca2267098c4f..3a2cfa8529a0 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -2815,7 +2815,7 @@ mxge_media_init(mxge_softc_t *sc) mxge_media_set(sc, IFM_AUTO); /* - * parse the product code to deterimine the interface type + * parse the product code to determine the interface type * (CX4, XFP, Quad Ribbon Fiber) by looking at the character * after the 3rd dash in the driver's cached copy of the * EEPROM's product code string.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e37df.426e4.1104d86>
