mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
altq(4): Fix a typo in a source code comment
- s/backet/bucket/ (cherry picked from commit 1df4d82bd17ebd7449a6b58c32b65a12269ca068)
This commit is contained in:
parent
28f6788fec
commit
98ad277551
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue