diff mbox series

selftests: net: forwarding: Fix a typo

Message ID 20210318232945.17834-1-unixbhaskar@gmail.com (mailing list archive)
State New
Headers show
Series selftests: net: forwarding: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 18, 2021, 11:29 p.m. UTC
s/verfied/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/testing/selftests/net/forwarding/fib_offload_lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2

Comments

Randy Dunlap March 20, 2021, 2:17 a.m. UTC | #1
On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/verfied/verified/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> tools/testing/selftests/net/forwarding/fib_offload_lib.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.26.2
>
>
diff mbox series

Patch

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