Fix non-asci char in comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7414 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jlin16 2009-02-03 03:00:22 +00:00
parent 3018ca2d36
commit d089bd5ffe
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ EFI_GUID mEfiMtcGuid = { 0xeb704011, 0x1402, 0x11d3, { 0x8e, 0x77, 0x0, 0xa0,
This function returns a 64-bit value that is numerically larger then the last This function returns a 64-bit value that is numerically larger then the last
time the function was called. time the function was called.
The platforms monotonic counter is comprised of two parts: the high 32 bits The platform monotonic counter is comprised of two parts: the high 32 bits
and the low 32 bits. The low 32-bit value is volatile and is reset to zero on and the low 32 bits. The low 32-bit value is volatile and is reset to zero on
every system reset. It is increased by 1 on every call to GetNextMonotonicCount(). every system reset. It is increased by 1 on every call to GetNextMonotonicCount().
The high 32-bit value is nonvolatile and is increased by one on whenever the The high 32-bit value is nonvolatile and is increased by one on whenever the