From a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 1 Jun 2024 10:51:58 +0200 Subject: [PATCH] typo fix Signed-off-by: Denys Vlasenko --- 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 *