diff options
| author | Felipe Matarazzo <felipemps@protonmail.com> | 2026-04-29 16:14:40 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-30 16:29:17 +0000 |
| commit | a8cb5cb40005e698c7c4e21d1eb761822ad8c82c (patch) | |
| tree | 532aefbc1065e19cf7832cc92f2842753d2677d1 | |
| parent | 0e235f77360c5c72dac28af105e6c9ed3cb66c09 (diff) | |
fix typo: remove extra 'the' in rack.c 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_stacks/rack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index 346468fe9a48..c37003698f0a 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -17178,7 +17178,7 @@ pace_to_fill_cwnd(struct tcp_rack *rack, int32_t pacing_delay, uint32_t len, uin return (pacing_delay); /* * first lets calculate the b/w based on the last us-rtt - * and the the smallest send window. + * and the smallest send window. */ fill_bw = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use); if (rack->rc_fillcw_apply_discount) { |
