]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeLib/RuntimeService.c
De-Unicode in MdePkg source files.
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / RuntimeService.c
index 462660629239eee54bf01f71aa5053827e6267c9..bdd2367479a473eb4a36876e7504aa28731751da 100644 (file)
@@ -325,7 +325,7 @@ EfiSetVariable (
 /**\r
   This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().\r
 \r
-  The platform¡¯s monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
+  The platform's monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
   the low 32 bits. During boot service time the low 32-bit value is volatile: it is reset to zero\r
   on every system reset and is increased by 1 on every call to GetNextMonotonicCount(). The high\r
   32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low\r
@@ -468,7 +468,7 @@ EfiConvertList (
   This service is a wrapper for the UEFI Runtime Service SetVirtualAddressMap().\r
 \r
   The SetVirtualAddressMap() function is used by the OS loader. The function can only be called\r
-  at runtime, and is called by the owner of the system¡¯s memory map. I.e., the component which\r
+  at runtime, and is called by the owner of the system's memory map. I.e., the component which\r
   called ExitBootServices(). All events of type EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE must be signaled\r
   before SetVirtualAddressMap() returns.\r
 \r