git: e4cbe5ae49c0 - stable/15 - ale(4): Fix typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Nov 2025 20:14:34 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=e4cbe5ae49c0a9f4ca8908d9015d7922723c7347
commit e4cbe5ae49c0a9f4ca8908d9015d7922723c7347
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:18:31 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-08 20:14:20 +0000
ale(4): Fix typo in a kernel message
- s/sequnce/sequence/
(cherry picked from commit a675f3bb63774a63f668749c6c3c8dfbb6be1cd6)
---
sys/dev/ale/if_ale.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c
index fa2306f1525e..09e0820d2c74 100644
--- a/sys/dev/ale/if_ale.c
+++ b/sys/dev/ale/if_ale.c
@@ -813,7 +813,7 @@ ale_sysctl_node(struct ale_softc *sc)
/* Misc statistics. */
ALE_SYSCTL_STAT_ADD32(ctx, child, "reset_brk_seq",
&stats->reset_brk_seq,
- "Controller resets due to broken Rx sequnce number");
+ "Controller resets due to broken Rx sequence number");
tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats",
CTLFLAG_RD | CTLFLAG_MPSAFE, NULL, "ATE statistics");