summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
diff options
context:
space:
mode:
authorjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 03:00:22 +0000
committerjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 03:00:22 +0000
commitd089bd5ffe345fd3584cbf4a6866df02efaa47aa (patch)
tree5d063c57f25b2a2a7c37322b2d0da8292a5b9693 /MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
parent3018ca2d36dc4b785379b1a0fa63c437367510be (diff)
downloadedk2-d089bd5ffe345fd3584cbf4a6866df02efaa47aa.zip
edk2-d089bd5ffe345fd3584cbf4a6866df02efaa47aa.tar.gz
edk2-d089bd5ffe345fd3584cbf4a6866df02efaa47aa.tar.bz2
Fix non-asci char in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7414 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/MonotonicCounterRuntimeDxe')
-rw-r--r--MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
index 20f9111..af75e20 100644
--- a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
+++ b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
@@ -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
time the function was called.
- The platform’s 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
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