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
This commit is contained in:
Felipe Matarazzo
2026-04-29 13:14:40 -03:00
committed by Enji Cooper
parent 0e235f7736
commit a8cb5cb400
+1 -1
View File
@@ -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) {