[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251119143737.22477-1-i.shihao.999@gmail.com>
Date: Wed, 19 Nov 2025 20:07:37 +0530
From: Shi Hao <i.shihao.999@...il.com>
To: davem@...emloft.net
Cc: pabeni@...hat.com,
horms@...nel.org,
kuba@...nel.org,
dsahern@...nel.org,
kuniyu@...gle.com,
ncardwell@...gle.com,
edumazet@...gle.com,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
i.shihao.999@...il.com
Subject: [PATCH] net: ipv4: fix spelling typo in comment
Convert "Segement" to "Segment" in the code comment.
Signed-off-by: Shi Hao <i.shihao.999@...il.com>
---
net/ipv4/syncookies.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c
index 569befcf021b..7d0d34329259 100644
--- a/net/ipv4/syncookies.c
+++ b/net/ipv4/syncookies.c
@@ -131,7 +131,7 @@ static __u32 check_tcp_syn_cookie(__u32 cookie, __be32 saddr, __be32 daddr,
/*
* MSS Values are chosen based on the 2011 paper
- * 'An Analysis of TCP Maximum Segement Sizes' by S. Alcock and R. Nelson.
+ * 'An Analysis of TCP Maximum Segment Sizes' by S. Alcock and R. Nelson.
* Values ..
* .. lower than 536 are rare (< 0.2%)
* .. between 537 and 1299 account for less than < 1.5% of observed values
--
2.51.0
Powered by blists - more mailing lists