From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mx.groups.io with SMTP id smtpd.web12.15.1575393500827443133 for ; Tue, 03 Dec 2019 09:18:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=ZpeO5e99; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f68.google.com with SMTP id w15so4686209wru.4 for ; Tue, 03 Dec 2019 09:18:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=54m3Jy0srPhHbKQqieeD0/PfDRAWzRNtshBUSLUWQ/s=; b=ZpeO5e99d7eLXbR3zN7eAx24K04SUS4dMGrhpt4BJPCdsH+S6cQETNk2X919H1RF1d WMmPy6EXmy+qMa34tG679Vpxali66rKS35U8D/xbeQMMgvWX5P5ZTY4UDJDgLNM+QS0t 1NaAV5nbQOkjG4GudHwt6RySH0kVshTXkyw3iY0Vd6hdgCd8Yti8PIKrGWmOUeP8S2kA xDyFbgPLP40YXHFmGuY5RNM56t+O5txUeRl2P1rcQ0RYdkXlDWbiae1p3/2erXp4C3CW EJnHRRy9mwlT/A6pVVChVbCx2+y4qsYlxWBCojtbBYroCJCEjLkc/rejCA+G3USsWw7M vnaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=54m3Jy0srPhHbKQqieeD0/PfDRAWzRNtshBUSLUWQ/s=; b=Nq4IUGCshqsoOUqxHMBUwFZdCmwrshM1uMaojuogWBQrHRKT80RDWfKilryGf87LKD Z17aU6+mKwxVlm54R36oAD5fov+nG+Y7xWF63PyD+lOL47ZY2VJ2l+9HwJHFR3lxaqsG +Z8sNZrcE4QzC+WUe/uBDVt2Txkv0ZThZAxujAkKDajmQARmN0xq5exnFofuU6WemZL+ 1sqygi/V5tL+tjnqv2ZRxBNzwRuTPrr5p65RYb8YwQq+/eA0BZWMAAjsd+qDz/VxgXvO 54RMh6HL1cUw6LY+TViuZH1dIyIHkCxbNUc7oitQf5GbNwfeo4NVnzq1wOqE0rmyQmTf 2+BA== X-Gm-Message-State: APjAAAU9pl6RdsNBk6Qgc5tRqKV9akPboqjhdduSzmW7orEk7gSY52li ZsuesssZsKTCKGVBAwPBmMPIiA== X-Google-Smtp-Source: APXvYqxExrNJFiK9iIHFZaNja7BVV3Cj28S9C0xTFtM+2TB7KgRncDODqq/kYur8G6aUzasmDduy4w== X-Received: by 2002:adf:f103:: with SMTP id r3mr6228134wro.295.1575393499308; Tue, 03 Dec 2019 09:18:19 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id f1sm4365132wru.6.2019.12.03.09.18.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Dec 2019 09:18:18 -0800 (PST) Date: Tue, 3 Dec 2019 17:18:17 +0000 From: "Leif Lindholm" To: Philippe Mathieu-Daude Cc: devel@edk2.groups.io, Antoine =?utf-8?B?Q8WTdXI=?= , Andrew Fish , Laszlo Ersek , Michael D Kinney , Jiaxin Wu , Siyuan Fu , Maciej Rabeda Subject: Re: [PATCH 31/79] NetworkPkg: Fix a typo Message-ID: <20191203171817.GK7359@bivouac.eciton.net> References: <20191203161602.15969-1-philmd@redhat.com> <20191203161602.15969-32-philmd@redhat.com> MIME-Version: 1.0 In-Reply-To: <20191203161602.15969-32-philmd@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Phil, On Tue, Dec 03, 2019 at 17:15:14 +0100, Philippe Mathieu-Daude wrote: > Correctly write 'malformatted' in documentation, comments and > debug strings. > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney I would have expected: Jiaxin Wu Siyuan Fu Maciej Rabeda to be cc:d on NetworkPkg patches (added here). Was there a GetMaintainer.py failure? / Leif > Signed-off-by: Philippe Mathieu-Daude > --- > NetworkPkg/Dhcp4Dxe/Dhcp4Option.h | 6 +++--- > NetworkPkg/Ip4Dxe/Ip4Icmp.h | 2 +- > NetworkPkg/Ip4Dxe/Ip4Igmp.h | 2 +- > NetworkPkg/Ip4Dxe/Ip4Option.h | 4 ++-- > NetworkPkg/Ip6Dxe/Ip6Icmp.h | 4 ++-- > NetworkPkg/Mtftp4Dxe/Mtftp4Option.h | 4 ++-- > NetworkPkg/Dhcp4Dxe/Dhcp4Option.c | 10 +++++----- > NetworkPkg/Ip4Dxe/Ip4Icmp.c | 2 +- > NetworkPkg/Ip4Dxe/Ip4Igmp.c | 2 +- > NetworkPkg/Ip4Dxe/Ip4Option.c | 2 +- > NetworkPkg/Ip6Dxe/Ip6Icmp.c | 4 ++-- > NetworkPkg/Library/DxeNetLib/DxeNetLib.c | 10 +++++----- > NetworkPkg/Mtftp4Dxe/Mtftp4Option.c | 6 +++--- > NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c | 2 +- > NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c | 2 +- > NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c | 2 +- > NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c | 2 +- > 17 files changed, 33 insertions(+), 33 deletions(-) > > diff --git a/NetworkPkg/Dhcp4Dxe/Dhcp4Option.h b/NetworkPkg/Dhcp4Dxe/Dhcp4Option.h > index 9e25386507ed..393176c8996d 100644 > --- a/NetworkPkg/Dhcp4Dxe/Dhcp4Option.h > +++ b/NetworkPkg/Dhcp4Dxe/Dhcp4Option.h > @@ -133,7 +133,7 @@ DhcpIterateOptions ( > @param[out] Para The variable to save the DHCP parameters. > > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory to validate the packet. > - @retval EFI_INVALID_PARAMETER The options are mal-formated > + @retval EFI_INVALID_PARAMETER The options are malformatted > @retval EFI_SUCCESS The options are parsed into OptionPoint > > **/ > @@ -167,7 +167,7 @@ DhcpValidateOptions ( > > @retval EFI_NOT_FOUND Cannot find any option. > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory to parse the packet. > - @retval EFI_INVALID_PARAMETER The options are mal-formated > + @retval EFI_INVALID_PARAMETER The options are malformatted > @retval EFI_SUCCESS The options are parsed into OptionPoint > > **/ > @@ -211,7 +211,7 @@ DhcpAppendOption ( > function. > > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory > - @retval EFI_INVALID_PARAMETER The options in SeekPacket are mal-formated > + @retval EFI_INVALID_PARAMETER The options in SeekPacket are malformatted > @retval EFI_SUCCESS The packet is build. > > **/ > diff --git a/NetworkPkg/Ip4Dxe/Ip4Icmp.h b/NetworkPkg/Ip4Dxe/Ip4Icmp.h > index 922886a96e67..a52200176f5a 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Icmp.h > +++ b/NetworkPkg/Ip4Dxe/Ip4Icmp.h > @@ -83,7 +83,7 @@ extern EFI_IP4_ICMP_TYPE mIp4SupportedIcmp[]; > @param[in] Packet The content of the ICMP query with IP4 head > removed. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_SUCCESS The ICMP message is successfully processed. > @retval Others Failed to handle ICMP packet. > > diff --git a/NetworkPkg/Ip4Dxe/Ip4Igmp.h b/NetworkPkg/Ip4Dxe/Ip4Igmp.h > index 0cc944594441..49c13ba3a7a0 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Igmp.h > +++ b/NetworkPkg/Ip4Dxe/Ip4Igmp.h > @@ -111,7 +111,7 @@ Ip4LeaveGroup ( > @param[in] Head The IP4 header of the received message. > @param[in] Packet The IGMP message, without IP4 header. > > - @retval EFI_INVALID_PARAMETER The IGMP message is malformated. > + @retval EFI_INVALID_PARAMETER The IGMP message is malformatted. > @retval EFI_SUCCESS The IGMP message is successfully processed. > > **/ > diff --git a/NetworkPkg/Ip4Dxe/Ip4Option.h b/NetworkPkg/Ip4Dxe/Ip4Option.h > index 57a5a58725f0..a39fd2b4c69d 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Option.h > +++ b/NetworkPkg/Ip4Dxe/Ip4Option.h > @@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > /** > Validate the IP4 option format for both the packets we received > and will transmit. It will compute the ICMP error message fields > - if the option is mal-formated. But this information isn't used. > + if the option is malformatted. But this information isn't used. > > @param[in] Option The first byte of the option > @param[in] OptionLen The length of the whole option > @@ -28,7 +28,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > otherwise the option we wants to transmit. > > @retval TRUE The option is properly formatted > - @retval FALSE The option is mal-formated > + @retval FALSE The option is malformatted > > **/ > BOOLEAN > diff --git a/NetworkPkg/Ip6Dxe/Ip6Icmp.h b/NetworkPkg/Ip6Dxe/Ip6Icmp.h > index 49a65f296adb..c63adb009519 100644 > --- a/NetworkPkg/Ip6Dxe/Ip6Icmp.h > +++ b/NetworkPkg/Ip6Dxe/Ip6Icmp.h > @@ -35,7 +35,7 @@ extern EFI_IP6_ICMP_TYPE mIp6SupportedIcmp[]; > @param[in] Packet The content of the ICMPv6 packet with IP head > removed. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_SUCCESS The ICMPv6 message successfully processed. > @retval Others Failed to handle the ICMPv6 packet. > > @@ -80,7 +80,7 @@ Ip6IsAnycast ( > @param[in] Pointer If not NULL, identifies the octet offset within > the invoking packet where the error was detected. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_OUT_OF_RESOURCES There is no sufficient resource to complete the > operation. > @retval EFI_SUCCESS The ICMPv6 message was successfully sent out. > diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h > index fcc4cbe8fdef..7bfe706f88c6 100644 > --- a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h > +++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h > @@ -70,7 +70,7 @@ Mtftp4ExtractOptions ( > @param Operation The current performed operation. > @param MtftpOption The MTFTP4_OPTION for easy access. > > - @retval EFI_INVALID_PARAMETER The option is mal-formated > + @retval EFI_INVALID_PARAMETER The option is malformatted > @retval EFI_UNSUPPORTED Some option isn't supported > @retval EFI_SUCCESS The option are OK and has been parsed. > > @@ -93,7 +93,7 @@ Mtftp4ParseOption ( > @param Operation The current performed operation. > @param MtftpOption The MTFTP_OPTION for easy access. > > - @retval EFI_INVALID_PARAMETER The packet option is mal-formated > + @retval EFI_INVALID_PARAMETER The packet option is malformatted > @retval EFI_UNSUPPORTED Some option isn't supported > @retval EFI_SUCCESS The option are OK and has been parsed. > > diff --git a/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c b/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c > index 3adbf55d0612..3b077de11177 100644 > --- a/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c > +++ b/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c > @@ -230,7 +230,7 @@ DhcpOptionIsValid ( > @param[out] Para The variable to save the interested parameter > > @retval EFI_SUCCESS The DHCP option is successfully extracted. > - @retval EFI_INVALID_PARAMETER The DHCP option is mal-formated > + @retval EFI_INVALID_PARAMETER The DHCP option is malformatted > > **/ > EFI_STATUS > @@ -303,7 +303,7 @@ DhcpGetParameter ( > option. > > @retval EFI_SUCCESS All the options are valid > - @retval EFI_INVALID_PARAMETER The options are mal-formated. > + @retval EFI_INVALID_PARAMETER The options are malformatted. > > **/ > EFI_STATUS > @@ -538,7 +538,7 @@ DhcpFillOption ( > > @retval EFI_NOT_FOUND Cannot find any option. > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory to parse the packet. > - @retval EFI_INVALID_PARAMETER The options are mal-formated > + @retval EFI_INVALID_PARAMETER The options are malformatted > @retval EFI_SUCCESS The options are parsed into OptionPoint > > **/ > @@ -639,7 +639,7 @@ ON_EXIT: > @param[out] Para The variable to save the DHCP parameters. > > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory to validate the packet. > - @retval EFI_INVALID_PARAMETER The options are mal-formated > + @retval EFI_INVALID_PARAMETER The options are malformatted > @retval EFI_SUCCESS The options are parsed into OptionPoint > > **/ > @@ -770,7 +770,7 @@ DhcpAppendOption ( > function. > > @retval EFI_OUT_OF_RESOURCES Failed to allocate memory > - @retval EFI_INVALID_PARAMETER The options in SeekPacket are mal-formated > + @retval EFI_INVALID_PARAMETER The options in SeekPacket are malformatted > @retval EFI_SUCCESS The packet is build. > > **/ > diff --git a/NetworkPkg/Ip4Dxe/Ip4Icmp.c b/NetworkPkg/Ip4Dxe/Ip4Icmp.c > index 052d6b77f79a..833ffa74ff0d 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Icmp.c > +++ b/NetworkPkg/Ip4Dxe/Ip4Icmp.c > @@ -319,7 +319,7 @@ Ip4ProcessIcmpQuery ( > @param[in] Packet The content of the ICMP query with IP4 head > removed. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_SUCCESS The ICMP message is successfully processed. > @retval Others Failed to handle ICMP packet. > > diff --git a/NetworkPkg/Ip4Dxe/Ip4Igmp.c b/NetworkPkg/Ip4Dxe/Ip4Igmp.c > index 41d9bce9717e..e69b2fe7fc08 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Igmp.c > +++ b/NetworkPkg/Ip4Dxe/Ip4Igmp.c > @@ -401,7 +401,7 @@ Ip4LeaveGroup ( > @param[in] Head The IP4 header of the received message. > @param[in] Packet The IGMP message, without IP4 header. > > - @retval EFI_INVALID_PARAMETER The IGMP message is malformated. > + @retval EFI_INVALID_PARAMETER The IGMP message is malformatted. > @retval EFI_SUCCESS The IGMP message is successfully processed. > > **/ > diff --git a/NetworkPkg/Ip4Dxe/Ip4Option.c b/NetworkPkg/Ip4Dxe/Ip4Option.c > index f1c10014e85c..b3c598c64a38 100644 > --- a/NetworkPkg/Ip4Dxe/Ip4Option.c > +++ b/NetworkPkg/Ip4Dxe/Ip4Option.c > @@ -19,7 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > otherwise the option we wants to transmit. > > @retval TRUE The option is properly formatted > - @retval FALSE The option is mal-formated > + @retval FALSE The option is malformatted > > **/ > BOOLEAN > diff --git a/NetworkPkg/Ip6Dxe/Ip6Icmp.c b/NetworkPkg/Ip6Dxe/Ip6Icmp.c > index 79fa34e0413f..bf9b17d907ef 100644 > --- a/NetworkPkg/Ip6Dxe/Ip6Icmp.c > +++ b/NetworkPkg/Ip6Dxe/Ip6Icmp.c > @@ -393,7 +393,7 @@ Ip6ProcessIcmpInformation ( > @param[in] Packet The content of the ICMPv6 packet with IP head > removed. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_SUCCESS The ICMPv6 message successfully processed. > @retval Others Failed to handle the ICMPv6 packet. > > @@ -554,7 +554,7 @@ Ip6IsAnycast ( > @param[in] Pointer If not NULL, identifies the octet offset within > the invoking packet where the error was detected. > > - @retval EFI_INVALID_PARAMETER The packet is malformated. > + @retval EFI_INVALID_PARAMETER The packet is malformatted. > @retval EFI_OUT_OF_RESOURCES There is no sufficient resource to complete the > operation. > @retval EFI_SUCCESS The ICMPv6 message was successfully sent out. > diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > index a39c20be3d34..4f8a1226dae7 100644 > --- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > +++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > @@ -2983,7 +2983,7 @@ NetLibGetNicHandle ( > @param[out] Ip4Address The pointer to the converted IPv4 address. > > @retval EFI_SUCCESS Convert to IPv4 address successfully. > - @retval EFI_INVALID_PARAMETER The string is mal-formated or Ip4Address is NULL. > + @retval EFI_INVALID_PARAMETER The string is malformatted or Ip4Address is NULL. > > **/ > EFI_STATUS > @@ -3013,7 +3013,7 @@ NetLibAsciiStrToIp4 ( > @param[out] Ip6Address The pointer to the converted IPv6 address. > > @retval EFI_SUCCESS Convert to IPv6 address successfully. > - @retval EFI_INVALID_PARAMETER The string is mal-formated or Ip6Address is NULL. > + @retval EFI_INVALID_PARAMETER The string is malformatted or Ip6Address is NULL. > > **/ > EFI_STATUS > @@ -3042,7 +3042,7 @@ NetLibAsciiStrToIp6 ( > @param[out] Ip4Address The pointer to the converted IPv4 address. > > @retval EFI_SUCCESS Convert to IPv4 address successfully. > - @retval EFI_INVALID_PARAMETER The string is mal-formated or Ip4Address is NULL. > + @retval EFI_INVALID_PARAMETER The string is malformatted or Ip4Address is NULL. > > **/ > EFI_STATUS > @@ -3072,7 +3072,7 @@ NetLibStrToIp4 ( > @param[out] Ip6Address The pointer to the converted IPv6 address. > > @retval EFI_SUCCESS Convert to IPv6 address successfully. > - @retval EFI_INVALID_PARAMETER The string is mal-formated or Ip6Address is NULL. > + @retval EFI_INVALID_PARAMETER The string is malformatted or Ip6Address is NULL. > > **/ > EFI_STATUS > @@ -3103,7 +3103,7 @@ NetLibStrToIp6 ( > @param[out] PrefixLength The pointer to the converted prefix length. > > @retval EFI_SUCCESS Convert to IPv6 address successfully. > - @retval EFI_INVALID_PARAMETER The string is mal-formated or Ip6Address is NULL. > + @retval EFI_INVALID_PARAMETER The string is malformatted or Ip6Address is NULL. > > **/ > EFI_STATUS > diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c > index d97f157f1744..013fe008eee8 100644 > --- a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c > +++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c > @@ -155,7 +155,7 @@ NetStringToIp ( > options on output > @param Options The option array to fill in > > - @retval EFI_INVALID_PARAMETER The packet is mal-formated > + @retval EFI_INVALID_PARAMETER The packet is malformatted > @retval EFI_BUFFER_TOO_SMALL The Options array is too small > @retval EFI_SUCCESS The packet has been parsed into the Options array. > > @@ -398,7 +398,7 @@ Mtftp4ExtractMcast ( > @param Operation The current performed operation. > @param MtftpOption The MTFTP4_OPTION for easy access. > > - @retval EFI_INVALID_PARAMETER The option is mal-formated > + @retval EFI_INVALID_PARAMETER The option is malformatted > @retval EFI_UNSUPPORTED Some option isn't supported > @retval EFI_SUCCESS The option are OK and has been parsed. > > @@ -516,7 +516,7 @@ Mtftp4ParseOption ( > @param Operation The current performed operation. > @param MtftpOption The MTFTP_OPTION for easy access. > > - @retval EFI_INVALID_PARAMETER The packet option is mal-formated > + @retval EFI_INVALID_PARAMETER The packet option is malformatted > @retval EFI_UNSUPPORTED Some option isn't supported > @retval EFI_SUCCESS The option are OK and has been parsed. > > diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c b/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c > index 24c965afb580..8e1338221b12 100644 > --- a/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c > +++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c > @@ -533,7 +533,7 @@ Mtftp4RrqHandleOack ( > Mtftp4SendError ( > Instance, > EFI_MTFTP4_ERRORCODE_ILLEGAL_OPERATION, > - (UINT8 *) "Mal-formated OACK packet" > + (UINT8 *) "Malformatted OACK packet" > ); > } > > diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c b/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c > index 14156b801ee6..bd13244b999b 100644 > --- a/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c > +++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c > @@ -291,7 +291,7 @@ Mtftp4WrqHandleOack ( > Mtftp4SendError ( > Instance, > EFI_MTFTP4_ERRORCODE_ILLEGAL_OPERATION, > - (UINT8 *) "Mal-formated OACK packet" > + (UINT8 *) "Malformatted OACK packet" > ); > } > > diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c b/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c > index 897358e5f133..a830d432916c 100644 > --- a/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c > +++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c > @@ -517,7 +517,7 @@ Mtftp6RrqHandleOack ( > Mtftp6SendError ( > Instance, > EFI_MTFTP6_ERRORCODE_ILLEGAL_OPERATION, > - (UINT8 *) "Mal-formated OACK packet" > + (UINT8 *) "Malformatted OACK packet" > ); > } > > diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c b/NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c > index 2860f3870206..ce3315cc2c26 100644 > --- a/NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c > +++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c > @@ -332,7 +332,7 @@ Mtftp6WrqHandleOack ( > Mtftp6SendError ( > Instance, > EFI_MTFTP6_ERRORCODE_ILLEGAL_OPERATION, > - (UINT8 *) "Mal-formated OACK packet" > + (UINT8 *) "Malformatted OACK packet" > ); > } > > -- > 2.21.0 >