]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip4Dxe/Ip4Option.h
NetworkPkg: Fix a typo
[mirror_edk2.git] / NetworkPkg / Ip4Dxe / Ip4Option.h
index 57a5a58725f0e8ed417417f3fb7e2533a1423977..a39fd2b4c69d338909e835881f84a7fead5ad280 100644 (file)
@@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 /**\r
   Validate the IP4 option format for both the packets we received\r
   and will transmit. It will compute the ICMP error message fields\r
-  if the option is mal-formated. But this information isn't used.\r
+  if the option is malformatted. But this information isn't used.\r
 \r
   @param[in]  Option            The first byte of the option\r
   @param[in]  OptionLen         The length of the whole option\r
@@ -28,7 +28,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
                                 otherwise the option we wants to transmit.\r
 \r
   @retval TRUE     The option is properly formatted\r
-  @retval FALSE    The option is mal-formated\r
+  @retval FALSE    The option is malformatted\r
 \r
 **/\r
 BOOLEAN\r