diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-25 05:01:24 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-27 06:26:58 +0300 |
commit | 060468f0ddbbd3396944ad234077e44af1841efc (patch) | |
tree | 9b4aac1f1be86f775575889440b2c6c66d65f156 /tools/testing/selftests | |
parent | a7e555d4a184d7da72ed6df7d6741dc190b5ca5b (diff) | |
download | linux-060468f0ddbbd3396944ad234077e44af1841efc.tar.xz |
selftests: net: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Link: https://lore.kernel.org/r/20220725020124.5760-1-slark_xiao@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests')
-rwxr-xr-x | tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh b/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh index 0727e2012b68..43469c7de118 100755 --- a/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh +++ b/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh @@ -525,7 +525,7 @@ arp_suppression() log_test "neigh_suppress: on / neigh exists: yes" - # Delete the neighbour from the the SVI. A single ARP request should be + # Delete the neighbour from the SVI. A single ARP request should be # received by the remote VTEP RET=0 |