diff options
| author | Geert Uytterhoeven <[email protected]> | 2024-02-15 13:12:21 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-02-16 10:12:00 +0000 |
| commit | 21bd52ea38a873b9dce2da86e9d63a95cdbe1275 (patch) | |
| tree | 24b7d0fbc938445440f01c2c73608ee7b2be9f6e /net/ipv4/tcp_input.c | |
| parent | Merge branch 'ionic-xdp-support' (diff) | |
| download | kernel-21bd52ea38a873b9dce2da86e9d63a95cdbe1275.tar.gz kernel-21bd52ea38a873b9dce2da86e9d63a95cdbe1275.zip | |
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]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
| -rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index b1c4462a0798..74c03f0a6c0c 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -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: |
