diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-12-13 09:50:05 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-12-13 09:54:25 +0000 |
| commit | 1df4d82bd17ebd7449a6b58c32b65a12269ca068 (patch) | |
| tree | a0960d6b23cc7d4c6f5114dfd6daf5f206c59e5f | |
| parent | a3950d70a499e120c67da884865486e8599229bd (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.h | 2 |
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 */ |
