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 | |
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>
-rw-r--r-- | networking/nc_bloaty.c | 2 | ||||
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index cfa133eae..d35c9e140 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * Much of author's comments are still retained in the code. | 31 | * Much of author's comments are still retained in the code. |
32 | * | 32 | * |
33 | * Functionality removed (rationale): | 33 | * Functionality removed (rationale): |
34 | * - miltiple-port ranges, randomized port scanning (use nmap) | 34 | * - multiple-port ranges, randomized port scanning (use nmap) |
35 | * - telnet support (use telnet) | 35 | * - telnet support (use telnet) |
36 | * - source routing | 36 | * - source routing |
37 | * - multiple DNS checks | 37 | * - multiple DNS checks |
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 | * |