aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/nc_bloaty.c2
-rw-r--r--networking/udhcp/d6_dhcpc.c2
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 *