diff options
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index a72fd31bd..79cef1999 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c | |||
@@ -604,7 +604,7 @@ static NOINLINE int send_d6_info_request(void) | |||
604 | return d6_mcast_from_client_data_ifindex(&packet, opt_ptr); | 604 | return d6_mcast_from_client_data_ifindex(&packet, opt_ptr); |
605 | } | 605 | } |
606 | 606 | ||
607 | /* Milticast a DHCPv6 Solicit packet to the network, with an optionally requested IP. | 607 | /* Multicast a DHCPv6 Solicit packet to the network, with an optionally requested IP. |
608 | * | 608 | * |
609 | * RFC 3315 17.1.1. Creation of Solicit Messages | 609 | * RFC 3315 17.1.1. Creation of Solicit Messages |
610 | * | 610 | * |