From ff7630cc702def05b60ce4fcc96495a04e4edb83 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 1 Dec 2008 14:13:51 +0000 Subject: De-Unicode in MdePkg source files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6795 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Dhcp4.h | 6 +++--- MdePkg/Include/Protocol/DriverBinding.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'MdePkg/Include/Protocol') diff --git a/MdePkg/Include/Protocol/Dhcp4.h b/MdePkg/Include/Protocol/Dhcp4.h index 9178e69bbb..826d2e9b06 100644 --- a/MdePkg/Include/Protocol/Dhcp4.h +++ b/MdePkg/Include/Protocol/Dhcp4.h @@ -691,7 +691,7 @@ EFI_STATUS this function after collection process completes. @retval EFI_NO_MAPPING The default station address is not available yet. @retval EFI_OUT_OF_RESOURCES Required system resources could not be allocated. - @retval EFI_UNSUPPORTED The implementation doesn’t support this function + @retval EFI_UNSUPPORTED The implementation doesn't support this function @retval Others Some other unexpected error occurred. **/ @@ -707,11 +707,11 @@ EFI_STATUS Parses the packed DHCP option data. The Parse() function is used to retrieve the option list from a DHCP packet. - If *OptionCount isn’t zero, and there is enough space for all the DHCP options + If *OptionCount isn't zero, and there is enough space for all the DHCP options in the Packet, each element of PacketOptionList is set to point to somewhere in the Packet->Dhcp4.Option where a new DHCP option begins. If RFC3396 is supported, the caller should reassemble the parsed DHCP options to get the finial result. - If *OptionCount is zero or there isn’t enough space for all of them, the number + If *OptionCount is zero or there isn't enough space for all of them, the number of DHCP options in the Packet is returned in OptionCount. @param This Pointer to the EFI_DHCP4_PROTOCOL instance. diff --git a/MdePkg/Include/Protocol/DriverBinding.h b/MdePkg/Include/Protocol/DriverBinding.h index e5645f32e4..4a0b937df5 100644 --- a/MdePkg/Include/Protocol/DriverBinding.h +++ b/MdePkg/Include/Protocol/DriverBinding.h @@ -101,7 +101,7 @@ EFI_STATUS 1. ControllerHandle must be a valid EFI_HANDLE that was used on a previous call to this same driver's Start() function. 2. The first NumberOfChildren handles of ChildHandleBuffer must all be a valid - EFI_HANDLE. In addition, all of these handles must have been created in this driver’s + EFI_HANDLE. In addition, all of these handles must have been created in this driver's Start() function, and the Start() function must have called OpenProtocol() on ControllerHandle with an Attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER. -- cgit v1.2.3