]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Dhcp4.h
move false dependency relation
[mirror_edk2.git] / MdePkg / Include / Protocol / Dhcp4.h
index 9178e69bbba3c2859e49cf689030cf96e6c9243e..826d2e9b06b78978ec32cfcfa64839d3218a2de8 100644 (file)
@@ -691,7 +691,7 @@ EFI_STATUS
                                 this function after collection process completes.\r
   @retval EFI_NO_MAPPING        The default station address is not available yet.\r
   @retval EFI_OUT_OF_RESOURCES  Required system resources could not be allocated.\r
-  @retval EFI_UNSUPPORTED       The implementation doesnt support this function\r
+  @retval EFI_UNSUPPORTED       The implementation doesn't support this function\r
   @retval Others                Some other unexpected error occurred.\r
 \r
 **/\r
@@ -707,11 +707,11 @@ EFI_STATUS
   Parses the packed DHCP option data.\r
   \r
   The Parse() function is used to retrieve the option list from a DHCP packet.\r
-  If *OptionCount isnt zero, and there is enough space for all the DHCP options\r
+  If *OptionCount isn't zero, and there is enough space for all the DHCP options\r
   in the Packet, each element of PacketOptionList is set to point to somewhere in\r
   the Packet->Dhcp4.Option where a new DHCP option begins. If RFC3396 is supported,\r
   the caller should reassemble the parsed DHCP options to get the finial result.\r
-  If *OptionCount is zero or there isnt enough space for all of them, the number\r
+  If *OptionCount is zero or there isn't enough space for all of them, the number\r
   of DHCP options in the Packet is returned in OptionCount.\r
 \r
   @param  This             Pointer to the EFI_DHCP4_PROTOCOL instance.\r