[PATCH 1/5] net: tipc: fix spelling typo in comment

From: zheng tan
Date: Mon Jan 01 2024 - 20:35:42 EST


From: Zheng tan <tanzheng@xxxxxxxxxx>

fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
Signed-off-by: Zheng tan <tanzheng@xxxxxxxxxx>
---
net/tipc/name_table.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index d1180370fdf4..3c9a07f272ee 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -620,7 +620,7 @@ bool tipc_nametbl_lookup_anycast(struct net *net,
return res;
}

-/* tipc_nametbl_lookup_group(): lookup destinaton(s) in a communication group
+/* tipc_nametbl_lookup_group(): lookup destination(s) in a communication group
* Returns a list of one (== group anycast) or more (== group multicast)
* destination socket/node pairs matching the given address.
* The requester may or may not want to exclude himself from the list.
@@ -667,7 +667,7 @@ bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua,
return !list_empty(dsts);
}

-/* tipc_nametbl_lookup_mcast_sockets(): look up node local destinaton sockets
+/* tipc_nametbl_lookup_mcast_sockets(): look up node local destination sockets
* matching the given address
* Used on nodes which have received a multicast/broadcast message
* Returns a list of local sockets
--
2.34.1