[PATCH] net: ipv4: fix spelling typo in comment

From: Shi Hao

Date: Wed Nov 19 2025 - 12:24:54 EST


Replace "splitted" with "split" in comment.

Signed-off-by: Shi Hao <i.shihao.999@xxxxxxxxx>
---
net/ipv4/tcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 8a18aeca7ab0..0d1c8e805d24 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -1600,7 +1600,7 @@ struct sk_buff *tcp_recv_skb(struct sock *sk, u32 seq, u32 *off)
return skb;
}
/* This looks weird, but this can happen if TCP collapsing
- * splitted a fat GRO packet, while we released socket lock
+ * split a fat GRO packet, while we released socket lock
* in skb_splice_bits()
*/
tcp_eat_recv_skb(sk, skb);
--
2.51.0