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 <tomasz.bursztyka@linux.intel.com>
  • Loading branch information
Tomasz Bursztyka authored and aescolar committed Mar 1, 2024
1 parent 6d718ed commit 20ccc30
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 20ccc30

Please sign in to comment.