Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ankit Chauhan and committed by
Jakub Kicinski
221dfdb2 b1b36680

+1 -1
+1 -1
tools/testing/selftests/net/tcp_ao/seq-ext.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* Check that after SEQ number wrap-around: 3 3 * 1. SEQ-extension has upper bytes set 4 - * 2. TCP conneciton is alive and no TCPAOBad segments 4 + * 2. TCP connection is alive and no TCPAOBad segments 5 5 * In order to test (2), the test doesn't just adjust seq number for a queue 6 6 * on a connected socket, but migrates it to another sk+port number, so 7 7 * that there won't be any delayed packets that will fail to verify