]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp4Dxe/Dhcp4Option.c
NetworkPkg: Fix a typo
[mirror_edk2.git] / NetworkPkg / Dhcp4Dxe / Dhcp4Option.c
index 3adbf55d06124ddd0c104b1b0a957ea7bd752b80..3b077de111779d4e79bb806ef6c86c631b66d6c5 100644 (file)
@@ -230,7 +230,7 @@ DhcpOptionIsValid (
   @param[out] Para                   The variable to save the interested parameter\r
 \r
   @retval EFI_SUCCESS            The DHCP option is successfully extracted.\r
-  @retval EFI_INVALID_PARAMETER  The DHCP option is mal-formated\r
+  @retval EFI_INVALID_PARAMETER  The DHCP option is malformatted\r
 \r
 **/\r
 EFI_STATUS\r
@@ -303,7 +303,7 @@ DhcpGetParameter (
                                      option.\r
 \r
   @retval EFI_SUCCESS            All the options are valid\r
-  @retval EFI_INVALID_PARAMETER  The options are mal-formated.\r
+  @retval EFI_INVALID_PARAMETER  The options are malformatted.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -538,7 +538,7 @@ DhcpFillOption (
 \r
   @retval EFI_NOT_FOUND          Cannot find any option.\r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory to parse the packet.\r
-  @retval EFI_INVALID_PARAMETER  The options are mal-formated\r
+  @retval EFI_INVALID_PARAMETER  The options are malformatted\r
   @retval EFI_SUCCESS            The options are parsed into OptionPoint\r
 \r
 **/\r
@@ -639,7 +639,7 @@ ON_EXIT:
   @param[out] Para                   The variable to save the DHCP parameters.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory to validate the packet.\r
-  @retval EFI_INVALID_PARAMETER  The options are mal-formated\r
+  @retval EFI_INVALID_PARAMETER  The options are malformatted\r
   @retval EFI_SUCCESS            The options are parsed into OptionPoint\r
 \r
 **/\r
@@ -770,7 +770,7 @@ DhcpAppendOption (
                                      function.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory\r
-  @retval EFI_INVALID_PARAMETER  The options in SeekPacket are mal-formated\r
+  @retval EFI_INVALID_PARAMETER  The options in SeekPacket are malformatted\r
   @retval EFI_SUCCESS            The packet is build.\r
 \r
 **/\r