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

@@ -325,7 +325,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
@@ -468,7 +468,7 @@ EfiConvertList (
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.