]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix non-asci char in comment.
authorjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Feb 2009 03:00:22 +0000 (03:00 +0000)
committerjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Feb 2009 03:00:22 +0000 (03:00 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7414 6f19259b-4bc3-4df7-8a09-765794883524

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