]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
Fix non-asci char in comment.
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounter.c
index 20f9111204abe78d4f29d8556600e7a450e0ba00..af75e204c083144bd7623cceaea19bc5f1ef3679 100644 (file)
@@ -54,7 +54,7 @@ EFI_GUID    mEfiMtcGuid = { 0xeb704011, 0x1402, 0x11d3, { 0x8e, 0x77, 0x0, 0xa0,
 \r
   This function returns a 64-bit value that is numerically larger then the last\r
   time the function was called.\r
-  The platform\92s monotonic counter is comprised of two parts: the high 32 bits\r
+  The platform monotonic counter is comprised of two parts: the high 32 bits\r
   and the low 32 bits. The low 32-bit value is volatile and is reset to zero on\r
   every system reset. It is increased by 1 on every call to GetNextMonotonicCount().\r
   The high 32-bit value is nonvolatile and is increased by one on whenever the\r