]> www.infradead.org Git - users/hch/block.git/commitdiff
tcp: Spelling s/curcuit/circuit/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 15 Feb 2024 13:12:21 +0000 (14:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2024 10:12:00 +0000 (10:12 +0000)
Fix a misspelling of "circuit".

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

index b1c4462a0798c45e9b10d62715bc88fa35349078..74c03f0a6c0c5be93222a6b60a2f6cc980956fd9 100644 (file)
@@ -1164,7 +1164,7 @@ static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered,
  * L|R 1               - orig is lost, retransmit is in flight.
  * S|R  1              - orig reached receiver, retrans is still in flight.
  * (L|S|R is logically valid, it could occur when L|R is sacked,
- *  but it is equivalent to plain S and code short-curcuits it to S.
+ *  but it is equivalent to plain S and code short-circuits it to S.
  *  L|S is logically invalid, it would mean -1 packet in flight 8))
  *
  * These 6 states form finite state machine, controlled by the following events: