]> git.proxmox.com Git - mirror_edk2.git/commitdiff
De-Unicode in MdePkg source files.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 14:13:51 +0000 (14:13 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 14:13:51 +0000 (14:13 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6795 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/Dhcp4.h
MdePkg/Include/Protocol/DriverBinding.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
index e5645f32e4db652d74c83cc2534529f03290b98f..4a0b937df542881cf44f5dd14f58ae5a7d852f4f 100644 (file)
@@ -101,7 +101,7 @@ EFI_STATUS
   1. ControllerHandle must be a valid EFI_HANDLE that was used on a previous call to this\r
      same driver's Start() function.\r
   2. The first NumberOfChildren handles of ChildHandleBuffer must all be a valid\r
-     EFI_HANDLE. In addition, all of these handles must have been created in this drivers\r
+     EFI_HANDLE. In addition, all of these handles must have been created in this driver's\r
      Start() function, and the Start() function must have called OpenProtocol() on\r
      ControllerHandle with an Attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER.\r
   \r