summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiRuntimeLib
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:06:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:06:25 +0000
commitcd2ed84a474a7bd16d88a289a49959fb6d04b348 (patch)
treeda7c2f96f41e280ff32f12dab88af4c25e4ec6d5 /MdePkg/Library/UefiRuntimeLib
parentf6998888a29f301ee409ab52859c1f85e7e2b6f6 (diff)
downloadedk2-cd2ed84a474a7bd16d88a289a49959fb6d04b348.tar.gz
edk2-cd2ed84a474a7bd16d88a289a49959fb6d04b348.tar.bz2
edk2-cd2ed84a474a7bd16d88a289a49959fb6d04b348.zip
De-Unicode in MdePkg source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib')
-rw-r--r--MdePkg/Library/UefiRuntimeLib/RuntimeService.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
index 4626606292..bdd2367479 100644
--- a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
+++ b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
@@ -325,7 +325,7 @@ EfiSetVariable (
/**
This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().
- The platform¡¯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¡¯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.