git: a8cb5cb40005 - main - fix typo: remove extra 'the' in rack.c comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Apr 2026 16:31:06 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8cb5cb40005e698c7c4e21d1eb761822ad8c82c
commit a8cb5cb40005e698c7c4e21d1eb761822ad8c82c
Author: Felipe Matarazzo <felipemps@protonmail.com>
AuthorDate: 2026-04-29 16:14:40 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-30 16:29:17 +0000
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
---
sys/netinet/tcp_stacks/rack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) {