aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-12-13 09:50:05 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-12-13 09:54:25 +0000
commit1df4d82bd17ebd7449a6b58c32b65a12269ca068 (patch)
treea0960d6b23cc7d4c6f5114dfd6daf5f206c59e5f
parenta3950d70a499e120c67da884865486e8599229bd (diff)
altq(4): Fix a typo in a source code comment
- s/backet/bucket/ MFC after: 3 days
-rw-r--r--sys/net/altq/altq.h2
1 files changed, 1 insertions, 1 deletions
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 */