tcp_bbr(4): Fix a typo in a source code comment

- s/retranmitted/retransmitted/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-11-08 14:59:56 +01:00
parent bf31248287
commit bcf8fb7f03

View file

@ -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: