]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
De-Unicode in MdePkg source files.
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 3d5f721012f315f59ab9da972134beef1c1023fb..73b39062ac0bdc357bead324e98c56be6e6bd95f 100644 (file)
@@ -290,7 +290,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
@@ -405,7 +405,7 @@ EfiConvertFunctionPointer (
   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