summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-19 02:29:45 +0300
committerDavid S. Miller <davem@davemloft.net>2021-03-19 06:38:48 +0300
commit38cb57602369cf194556460a52bd18e53c76e13d (patch)
treee06ed48328c9bd47f350164f6446ea0d74ad9880 /tools
parentdea6328b2ea811b8f2f4d5d3829aaa8d7449b6dc (diff)
downloadlinux-38cb57602369cf194556460a52bd18e53c76e13d.tar.xz
selftests: net: forwarding: Fix a typo
s/verfied/verified/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net/forwarding/fib_offload_lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
index 66496659bea7..e134a5f529c9 100644
--- a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
+++ b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
@@ -224,7 +224,7 @@ fib_ipv4_plen_test()
ip -n $ns link set dev dummy1 up
# Add two routes with the same key and different prefix length and
- # make sure both are in hardware. It can be verfied that both are
+ # make sure both are in hardware. It can be verified that both are
# sharing the same leaf by checking the /proc/net/fib_trie
ip -n $ns route add 192.0.2.0/24 dev dummy1
ip -n $ns route add 192.0.2.0/25 dev dummy1