Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tcp: Spelling s/curcuit/circuit/

Fix a misspelling of "circuit".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Geert Uytterhoeven and committed by
David S. Miller
21bd52ea d70a2a45

+1 -1
+1 -1
net/ipv4/tcp_input.c
··· 1164 1164 * L|R 1 - orig is lost, retransmit is in flight. 1165 1165 * S|R 1 - orig reached receiver, retrans is still in flight. 1166 1166 * (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. 1168 1168 * L|S is logically invalid, it would mean -1 packet in flight 8)) 1169 1169 * 1170 1170 * These 6 states form finite state machine, controlled by the following events: