Skip to content

Commit 304b187

Browse files
ShamrockLeekuba-moo
authored andcommitted
tcp: fix comment typo
Spell "transmissions" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b028813 commit 304b187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv4/tcp_input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2867,7 +2867,7 @@ static void tcp_process_loss(struct sock *sk, int flag, int num_dupack,
28672867
}
28682868
if (tcp_is_reno(tp)) {
28692869
/* A Reno DUPACK means new data in F-RTO step 2.b above are
2870-
* delivered. Lower inflight to clock out (re)tranmissions.
2870+
* delivered. Lower inflight to clock out (re)transmissions.
28712871
*/
28722872
if (after(tp->snd_nxt, tp->high_seq) && num_dupack)
28732873
tcp_add_reno_sack(sk, num_dupack, flag & FLAG_ECE);

0 commit comments

Comments
 (0)