From 0e235f77360c5c72dac28af105e6c9ed3cb66c09 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 13:14:37 -0300 Subject: [PATCH] fix typo: seperate -> separate in tcp_ratelimit comment Signed-off-by: Felipe Matarazzo Reviewed-by: ngie Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174 --- sys/netinet/tcp_ratelimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c index ad5fdb25205..0c115066167 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