From d28793c104ab710f692a160377a5753373ae4b69 Mon Sep 17 00:00:00 2001 From: esp-jiangguangming <72656793+esp-jiangguangming@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:02:08 +0800 Subject: [PATCH] [net] fix typo multicast in comments (#8756) --- src/core/net/udp6.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/net/udp6.hpp b/src/core/net/udp6.hpp index 41c445f9c..911a026a5 100644 --- a/src/core/net/udp6.hpp +++ b/src/core/net/udp6.hpp @@ -281,7 +281,7 @@ public: #if OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE /** - * This method configures the UDP socket to join a mutlicast group on a Host network interface. + * This method configures the UDP socket to join a multicast group on a Host network interface. * * @param[in] aNetifIdentifier The network interface identifier. * @param[in] aAddress The multicast group address.