mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[netif] fix typos in comments (#4520)
This commit is contained in:
committed by
Jonathan Hui
parent
9be3de3b1d
commit
c52ef80f4e
@@ -70,12 +70,12 @@ const otNetifMulticastAddress Netif::kLinkLocalAllNodesMulticastAddress = {
|
||||
{{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01}}},
|
||||
&Netif::kRealmLocalAllNodesMulticastAddress};
|
||||
|
||||
// "ff03:02"
|
||||
// "ff03::02"
|
||||
const otNetifMulticastAddress Netif::kRealmLocalAllRoutersMulticastAddress = {
|
||||
{{{0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02}}},
|
||||
&Netif::kLinkLocalAllNodesMulticastAddress};
|
||||
|
||||
// "ff02:02"
|
||||
// "ff02::02"
|
||||
const otNetifMulticastAddress Netif::kLinkLocalAllRoutersMulticastAddress = {
|
||||
{{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02}}},
|
||||
&Netif::kRealmLocalAllRoutersMulticastAddress};
|
||||
|
||||
Reference in New Issue
Block a user