diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 14:13:51 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 14:13:51 +0000 |
commit | ff7630cc702def05b60ce4fcc96495a04e4edb83 (patch) | |
tree | 004cf02a210bc687789a97705a3157eb8bfd306e /MdePkg/Include/Protocol/DriverBinding.h | |
parent | cd2ed84a474a7bd16d88a289a49959fb6d04b348 (diff) | |
download | edk2-platforms-ff7630cc702def05b60ce4fcc96495a04e4edb83.tar.xz |
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/Include/Protocol/DriverBinding.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverBinding.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|