git: 8cd4029fed9a - stable/14 - mxge(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 05:14:50 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8cd4029fed9af6918d923f8e2bd6f49022a4826b
commit 8cd4029fed9af6918d923f8e2bd6f49022a4826b
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:13:25 +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 4596372b6c91..cadf1bc0754d 100644
--- a/sys/dev/mxge/if_mxge.c
+++ b/sys/dev/mxge/if_mxge.c
@@ -2816,7 +2816,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.