[git commit] typo fix

Denys Vlasenko vda.linux at googlemail.com
Sat Jun 1 08:51:58 UTC 2024


commit: https://git.busybox.net/busybox/commit/?id=a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/nc_bloaty.c      | 2 +-
 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 @@
  * Much of author's comments are still retained in the code.
  *
  * Functionality removed (rationale):
- * - miltiple-port ranges, randomized port scanning (use nmap)
+ * - multiple-port ranges, randomized port scanning (use nmap)
  * - telnet support (use telnet)
  * - source routing
  * - 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)
 	return d6_mcast_from_client_data_ifindex(&packet, opt_ptr);
 }
 
-/* Milticast a DHCPv6 Solicit packet to the network, with an optionally requested IP.
+/* Multicast a DHCPv6 Solicit packet to the network, with an optionally requested IP.
  *
  * RFC 3315 17.1.1. Creation of Solicit Messages
  *


More information about the busybox-cvs mailing list