diff options
author | Ankit Chauhan <ankitchauhan2065@gmail.com> | 2025-06-10 12:49:03 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-06-12 18:14:24 -0700 |
commit | 221dfdb2df90b0e4df12371e6b549ca8ebba719d (patch) | |
tree | d37953d69fdaf2c1377660c6badb7e840a96b8dc | |
parent | b1b36680107ede3a4ec7fa41d052971606d6b325 (diff) |
selftests: tcp_ao: fix spelling in seq-ext.c comment
Spelling fix:
conneciton --> connection
This is a non-functional change aimed at improving code clarity.
Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
Link: https://patch.msgid.link/20250610071903.67180-1-ankitchauhan2065@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | tools/testing/selftests/net/tcp_ao/seq-ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/tcp_ao/seq-ext.c b/tools/testing/selftests/net/tcp_ao/seq-ext.c index f00245263b20..6478da6a71c3 100644 --- a/tools/testing/selftests/net/tcp_ao/seq-ext.c +++ b/tools/testing/selftests/net/tcp_ao/seq-ext.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* Check that after SEQ number wrap-around: * 1. SEQ-extension has upper bytes set - * 2. TCP conneciton is alive and no TCPAOBad segments + * 2. TCP connection is alive and no TCPAOBad segments * In order to test (2), the test doesn't just adjust seq number for a queue * on a connected socket, but migrates it to another sk+port number, so * that there won't be any delayed packets that will fail to verify |