Skip to content

Commit 38cb576

Browse files
unixbhaskardavem330
authored andcommitted
selftests: net: forwarding: Fix a typo
s/verfied/verified/ Signed-off-by: Bhaskar Chowdhury <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent dea6328 commit 38cb576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/forwarding/fib_offload_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ fib_ipv4_plen_test()
224224
ip -n $ns link set dev dummy1 up
225225

226226
# Add two routes with the same key and different prefix length and
227-
# make sure both are in hardware. It can be verfied that both are
227+
# make sure both are in hardware. It can be verified that both are
228228
# sharing the same leaf by checking the /proc/net/fib_trie
229229
ip -n $ns route add 192.0.2.0/24 dev dummy1
230230
ip -n $ns route add 192.0.2.0/25 dev dummy1

0 commit comments

Comments
 (0)