Skip to content

Commit

Permalink
net/if: Trivial comment fix about all-nodes
Browse files Browse the repository at this point in the history
s/net_ipv6_mcast_join/net_ipv6_mld_join

Signed-off-by: Tomasz Bursztyka <[email protected]>
  • Loading branch information
Tomasz Bursztyka committed Feb 29, 2024
1 parent 3db1e4d commit 1984bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/net/ip/net_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ struct net_if_addr *net_if_ipv6_addr_add(struct net_if *iface,
* address.
*/
/* The allnodes multicast group is only joined once as
* net_ipv6_mcast_join() checks if we have already
* net_ipv6_mld_join() checks if we have already
* joined.
*/
join_mcast_nodes(iface,
Expand Down

0 comments on commit 1984bff

Please sign in to comment.