]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
Update the text to use "x64" instead of "X64" in MdePkg.
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 3d5f721012f315f59ab9da972134beef1c1023fb..3b490e23cf6e9ad038f2f40522b65eff41efa6bf 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
@@ -375,7 +375,7 @@ EfiConvertPointer (
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
-  For IA32, X64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
+  For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\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