The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=8e1505eed376267fec4b89f655226c8ef16ab6f0
commit 8e1505eed376267fec4b89f655226c8ef16ab6f0 Author: Kristof Provost <[email protected]> AuthorDate: 2021-01-26 15:02:45 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2021-07-31 09:13:20 +0000 altq: Fix typo in features sysctl description Reported by: Jose Luis Duran (cherry picked from commit 35dabb7b9cff601045b623aeca59ccc68930d520) --- sys/net/altq/altq_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/altq/altq_subr.c b/sys/net/altq/altq_subr.c index f28a4383364a..e69fbdf15020 100644 --- a/sys/net/altq/altq_subr.c +++ b/sys/net/altq/altq_subr.c @@ -127,7 +127,7 @@ SYSCTL_NODE(_kern_features, OID_AUTO, altq, CTLFLAG_RD | CTLFLAG_CAPRD, 0, desc, "feature") #ifdef ALTQ_CBQ -ALTQ_FEATURE(cbq, "ATLQ Class Based Queuing discipline"); +ALTQ_FEATURE(cbq, "ALTQ Class Based Queuing discipline"); #endif #ifdef ALTQ_CODEL ALTQ_FEATURE(codel, "ALTQ Controlled Delay discipline"); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
