Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2026 13:10:22 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0bedd0671358 - stable/15 - altq(4): Fix a typo in a source code comment
Message-ID:  <69624fbe.3c7bf.6a3d8d82@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=0bedd0671358ce38ba1c7eea979a647101cecac2

commit 0bedd0671358ce38ba1c7eea979a647101cecac2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-12-13 09:50:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-01-10 13:09:00 +0000

    altq(4): Fix a typo in a source code comment
    
    - s/backet/bucket/
    
    (cherry picked from commit 1df4d82bd17ebd7449a6b58c32b65a12269ca068)
---
 sys/net/altq/altq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/altq/altq.h b/sys/net/altq/altq.h
index 1b21007cd457..4963d649038e 100644
--- a/sys/net/altq/altq.h
+++ b/sys/net/altq/altq.h
@@ -55,7 +55,7 @@
 #define	ALTQT_CODEL		14      /* CoDel */
 #define	ALTQT_MAX		15	/* should be max discipline type + 1 */
 
-/* simple token backet meter profile */
+/* simple token bucket meter profile */
 struct	tb_profile {
 	u_int64_t	rate;	/* rate in bit-per-sec */
 	u_int32_t	depth;	/* depth in bytes */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69624fbe.3c7bf.6a3d8d82>