From 1df4d82bd17ebd7449a6b58c32b65a12269ca068 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 13 Dec 2025 10:50:05 +0100 Subject: [PATCH] altq(4): Fix a typo in a source code comment - s/backet/bucket/ MFC after: 3 days --- 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 1b21007cd45..4963d649038 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 */