git: a675f3bb6377 - main - ale(4): Fix typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Oct 2025 15:45:48 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=a675f3bb63774a63f668749c6c3c8dfbb6be1cd6
commit a675f3bb63774a63f668749c6c3c8dfbb6be1cd6
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:18:31 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-29 15:45:34 +0000
ale(4): Fix typo in a kernel message
- s/sequnce/sequence/
MFC after: 5 days
---
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");