diff options
| author | Felipe Matarazzo <felipemps@protonmail.com> | 2026-04-29 16:14:37 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-30 16:29:17 +0000 |
| commit | 0e235f77360c5c72dac28af105e6c9ed3cb66c09 (patch) | |
| tree | 641cdd0a9a7023d5234c41f1070613975ba77339 | |
| parent | e1841a50d6a570517c2f3c9b94b9496cb5b60a9e (diff) | |
fix typo: seperate -> separate in tcp_ratelimit comment
Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
| -rw-r--r-- | sys/netinet/tcp_ratelimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c index ad5fdb25205c..0c115066167c 100644 --- a/sys/netinet/tcp_ratelimit.c +++ b/sys/netinet/tcp_ratelimit.c @@ -490,7 +490,7 @@ populate_canned_table(struct tcp_rate_set *rs, const uint64_t *rate_table_act) { /* * The internal table is "special", it - * is two seperate ordered tables that + * is two separate ordered tables that * must be merged. We get here when the * adapter specifies a number of rates that * covers both ranges in the table in some |
