git: bcf8fb7f033a - main - tcp_bbr(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 14:00:05 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=bcf8fb7f033a940d2ee403bcfbd03bdd2874012d
commit bcf8fb7f033a940d2ee403bcfbd03bdd2874012d
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-08 13:59:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-08 13:59:56 +0000
tcp_bbr(4): Fix a typo in a source code comment
- s/retranmitted/retransmitted/
MFC after: 3 days
---
sys/netinet/tcp_stacks/bbr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index a3294118bfc8..758c78ffa5c2 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -4687,7 +4687,7 @@ go_for_it:
send:
if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) {
/*
- * Can't [re]/transmit a segment we have retranmitted the
+ * Can't [re]/transmit a segment we have retransmitted the
* max times. We need the retransmit timer to take over.
*/
restore: