Skip to content

Commit f29e414

Browse files
chandrub2wkuba-moo
authored andcommitted
selftests: net: Fix few spelling mistakes
Fix few spelling mistakes in net selftests Signed-off-by: Chandra Mohan Sundar <[email protected]> Reviewed-by: Petr Machata <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 952d732 commit f29e414

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/testing/selftests/net/fcnal-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ ipv6_addr_bind_novrf()
36673667
# when it really should not
36683668
a=${NSA_LO_IP6}
36693669
log_start
3670-
show_hint "Tecnically should fail since address is not on device but kernel allows"
3670+
show_hint "Technically should fail since address is not on device but kernel allows"
36713671
run_cmd nettest -6 -s -l ${a} -I ${NSA_DEV} -t1 -b
36723672
log_test_addr ${a} $? 0 "TCP socket bind to out of scope local address"
36733673
}
@@ -3724,7 +3724,7 @@ ipv6_addr_bind_vrf()
37243724
# passes when it really should not
37253725
a=${VRF_IP6}
37263726
log_start
3727-
show_hint "Tecnically should fail since address is not on device but kernel allows"
3727+
show_hint "Technically should fail since address is not on device but kernel allows"
37283728
run_cmd nettest -6 -s -l ${a} -I ${NSA_DEV} -t1 -b
37293729
log_test_addr ${a} $? 0 "TCP socket bind to VRF address with device bind"
37303730

tools/testing/selftests/net/fdb_flush.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ vxlan_test_flush_by_remote_attributes()
583583
$IP link del dev vx10
584584
$IP link add name vx10 type vxlan dstport "$VXPORT" external
585585

586-
# For multicat FDB entries, the VXLAN driver stores a linked list of
586+
# For multicast FDB entries, the VXLAN driver stores a linked list of
587587
# remotes for a given key. Verify that only the expected remotes are
588588
# flushed.
589589
multicast_fdb_entries_add

tools/testing/selftests/net/fib_nexthops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ ipv6_fcnal()
741741
run_cmd "$IP nexthop add id 52 via 2001:db8:92::3"
742742
log_test $? 2 "Create nexthop - gw only"
743743

744-
# gw is not reachable throught given dev
744+
# gw is not reachable through given dev
745745
run_cmd "$IP nexthop add id 53 via 2001:db8:3::3 dev veth1"
746746
log_test $? 2 "Create nexthop - invalid gw+dev combination"
747747

0 commit comments

Comments
 (0)