diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2024-06-01 10:51:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2024-06-01 10:51:58 +0200 |
commit | a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf (patch) | |
tree | 2712235050db9a8db5753ffcd908e4bafaae65ef /networking/udhcp | |
parent | 41b47398f52c6eb8ef2a061127bc36c54e3cc372 (diff) | |
download | busybox-w32-a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf.tar.gz busybox-w32-a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf.tar.bz2 busybox-w32-a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-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 | * |