git: 2c7e44d93139 - stable/14 - igc(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 11:28:34 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=2c7e44d93139d2331e3d86b60e4d736a5056b3bc
commit 2c7e44d93139d2331e3d86b60e4d736a5056b3bc
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:38:03 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 11:28:23 +0000
igc(4): Fix a typo in a sysctl description
- s/Recevied/Received/
(cherry picked from commit defe77554d134964d7c197a2f3ca552778e8b41a)
---
sys/dev/igc/if_igc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/igc/if_igc.c b/sys/dev/igc/if_igc.c
index a1ae35c7aa43..8c9ec0566a38 100644
--- a/sys/dev/igc/if_igc.c
+++ b/sys/dev/igc/if_igc.c
@@ -2816,7 +2816,7 @@ igc_add_hw_stats(struct igc_softc *sc)
"Oversized Packets Received");
SYSCTL_ADD_UQUAD(ctx, stat_list, OID_AUTO, "recv_jabber",
CTLFLAG_RD, &sc->stats.rjc,
- "Recevied Jabber");
+ "Received Jabber");
SYSCTL_ADD_UQUAD(ctx, stat_list, OID_AUTO, "recv_errs",
CTLFLAG_RD, &sc->stats.rxerrc,
"Receive Errors");