node.c: fix the use of indefinite article
authorgushengxian <gushengxian@yulong.com>
Thu, 10 Jun 2021 05:50:46 +0000 (22:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 20:47:13 +0000 (13:47 -0700)
Fix the use of indefinite article.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c

index 81af92954c6c250045570641f14362a2ebd6a539..9947b7dfe1d2d075e010d381e2fb249b9bdf90c1 100644 (file)
@@ -1214,7 +1214,7 @@ void tipc_node_check_dest(struct net *net, u32 addr,
                /* Peer has changed i/f address without rebooting.
                 * If so, the link will reset soon, and the next
                 * discovery will be accepted. So we can ignore it.
-                * It may also be an cloned or malicious peer having
+                * It may also be a cloned or malicious peer having
                 * chosen the same node address and signature as an
                 * existing one.
                 * Ignore requests until the link goes down, if ever.