aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-27 04:42:41 +0530
committerDavid S. Miller <davem@davemloft.net>2021-03-28 17:31:13 -0700
commit89e8347f0ff4b8bfe23e174e6661902582754394 (patch)
treedc047169ca2e28fbaaa6a1d7567d3cf14d48eca8 /net/ipv6/route.c
parentipv6: addrconf.c: Fix a typo (diff)
downloadlinux-dev-89e8347f0ff4b8bfe23e174e6661902582754394.tar.xz
linux-dev-89e8347f0ff4b8bfe23e174e6661902582754394.zip
ipv6: route.c: A spello fix
s/notfication/notification/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index ebb7519bec2a..d99dd4d36252 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -6075,7 +6075,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;