Skip to content

Commit 21bd52e

Browse files
geertudavem330
authored andcommitted
tcp: Spelling s/curcuit/circuit/
Fix a misspelling of "circuit". Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d70a2a4 commit 21bd52e

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
@@ -1164,7 +1164,7 @@ static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered,
11641164
* L|R 1 - orig is lost, retransmit is in flight.
11651165
* S|R 1 - orig reached receiver, retrans is still in flight.
11661166
* (L|S|R is logically valid, it could occur when L|R is sacked,
1167-
* but it is equivalent to plain S and code short-curcuits it to S.
1167+
* but it is equivalent to plain S and code short-circuits it to S.
11681168
* L|S is logically invalid, it would mean -1 packet in flight 8))
11691169
*
11701170
* These 6 states form finite state machine, controlled by the following events:

0 commit comments

Comments
 (0)