aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-09 22:50:46 -0700
committerDavid S. Miller <davem@davemloft.net>2021-06-10 13:47:13 -0700
commit15139bcbb610f54f4362f099ae6bf9b824b97c82 (patch)
tree0e1c2645627935627e14d616d5c7eeefcc6f2743 /net/tipc
parent4e03d073afc4f6e5b1f34e58cce7d9942d703488 (diff)
downloadlinux-15139bcbb610f54f4362f099ae6bf9b824b97c82.tar.gz
node.c: fix the use of indefinite article
Fix the use of indefinite article. Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 81af92954c6c2..9947b7dfe1d2d 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -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.