git: 5a1bc5f9028e - stable/13 - altq: Fix typo in features sysctl description

Kristof Provost kp at FreeBSD.org
Sat Jul 31 13:03:52 UTC 2021


The branch stable/13 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5a1bc5f9028ec0087f4f4e096afd29bb6fd62f0a

commit 5a1bc5f9028ec0087f4f4e096afd29bb6fd62f0a
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2021-01-26 15:02:45 +0000
Commit:     Kristof Provost <kp at FreeBSD.org>
CommitDate: 2021-07-31 08:12:01 +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 609c18482845..68ec9cd80418 100644
--- a/sys/net/altq/altq_subr.c
+++ b/sys/net/altq/altq_subr.c
@@ -124,7 +124,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");


More information about the dev-commits-src-branches mailing list