node.c: A typo fix
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 26 Mar 2021 23:12:50 +0000 (04:42 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:31:14 +0000 (17:31 -0700)
s/synching/syncing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c

index 61c38eaaa298781c298906160489566c8920d7c0..707d0dc71fadbb62e921e3d097caaad9dd83dcf5 100644 (file)
@@ -2014,7 +2014,7 @@ static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb,
                return true;
        }
 
-       /* No synching needed if only one link */
+       /* No syncing needed if only one link */
        if (!pl || !tipc_link_is_up(pl))
                return true;