diff mbox series

ipv6: route.c: A spello fix

Message ID 20210326231608.24407-6-unixbhaskar@gmail.com
State New
Headers show
Series ipv6: route.c: A spello fix | expand

Commit Message

Bhaskar Chowdhury March 26, 2021, 11:12 p.m. UTC
s/notfication/notification/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/ipv6/route.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2
diff mbox series

Patch

diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 1536f4948e86..dfe5fb260e4c 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -6093,7 +6093,7 @@  void fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i,

 	if (!rcu_access_pointer(f6i->fib6_node))
 		/* The route was removed from the tree, do not send
-		 * notfication.
+		 * notification.
 		 */
 		return;