summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:13:51 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:13:51 +0000
commitff7630cc702def05b60ce4fcc96495a04e4edb83 (patch)
tree004cf02a210bc687789a97705a3157eb8bfd306e /MdePkg
parentcd2ed84a474a7bd16d88a289a49959fb6d04b348 (diff)
downloadedk2-ff7630cc702def05b60ce4fcc96495a04e4edb83.tar.gz
edk2-ff7630cc702def05b60ce4fcc96495a04e4edb83.tar.bz2
edk2-ff7630cc702def05b60ce4fcc96495a04e4edb83.zip
De-Unicode in MdePkg source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6795 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/Dhcp4.h6
-rw-r--r--MdePkg/Include/Protocol/DriverBinding.h2
2 files changed, 4 insertions, 4 deletions
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.