]> git.baikalelectronics.ru Git - kernel.git/commitdiff
selftests: net: forwarding: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 18 Mar 2021 23:29:45 +0000 (04:59 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 03:38:48 +0000 (20:38 -0700)
s/verfied/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/forwarding/fib_offload_lib.sh

index 66496659bea70656faf10931a1ddae135d876313..e134a5f529c90f38b5940d5d8de798da1afb5979 100644 (file)
@@ -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