[PATCH 16/19] ipv6: route.c: A spello fix

From: Bhaskar Chowdhury
Date: Fri Mar 26 2021 - 19:20:42 EST


s/notfication/notification/

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

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;

--
2.26.2