De-Unicode in MdePkg source files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-12-01 14:06:25 +00:00
parent f6998888a2
commit cd2ed84a47
8 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
pointer to the DXE Services Table as defined in the Platform Initialization Driver
Execution Environment Core Interface Specification. The library constructor must
initialize this global pointer to the DX Services Table, so it is available at the
module<EFBFBD><EFBFBD>s entry point. Since there is overhead in looking up the pointer to the DXE
module's entry point. Since there is overhead in looking up the pointer to the DXE
Services Table, only those modules that actually require access to the DXE Services
Table should use this library. This will typically be DXE Drivers that require GCD
or Dispatcher services.

View File

@@ -290,7 +290,7 @@ EfiSetVariable (
/**
This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().
The platform<EFBFBD><EFBFBD>s monotonic counter is comprised of two 32-bit quantities: the high 32 bits and
The platform's monotonic counter is comprised of two 32-bit quantities: the high 32 bits and
the low 32 bits. During boot service time the low 32-bit value is volatile: it is reset to zero
on every system reset and is increased by 1 on every call to GetNextMonotonicCount(). The high
32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low
@@ -405,7 +405,7 @@ EfiConvertFunctionPointer (
This service is a wrapper for the UEFI Runtime Service SetVirtualAddressMap().
The SetVirtualAddressMap() function is used by the OS loader. The function can only be called
at runtime, and is called by the owner of the system<EFBFBD><EFBFBD>s memory map. I.e., the component which
at runtime, and is called by the owner of the system's memory map. I.e., the component which
called ExitBootServices(). All events of type EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE must be signaled
before SetVirtualAddressMap() returns.