Skip to content

Commit

Permalink
selftests: net: forwarding: Fix a typo
Browse files Browse the repository at this point in the history
s/verfied/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 19, 2021
1 parent dea6328 commit 38cb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/forwarding/fib_offload_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38cb576

Please sign in to comment.