summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/EmbeddedMonotonicCounter
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-08 18:29:14 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-08 18:29:14 +0000
commit7ca9e5a4010b0e16231173dfc1918685ffc3a1dd (patch)
treec242f6837827c6289131c5653be7993ae058a20d /EmbeddedPkg/EmbeddedMonotonicCounter
parent573d7e468eb83505a20ae3f828b67599cda23b3d (diff)
downloadedk2-7ca9e5a4010b0e16231173dfc1918685ffc3a1dd.tar.gz
edk2-7ca9e5a4010b0e16231173dfc1918685ffc3a1dd.tar.bz2
edk2-7ca9e5a4010b0e16231173dfc1918685ffc3a1dd.zip
EmbeddedPkg: Fix mispellings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12101 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/EmbeddedMonotonicCounter')
-rw-r--r--EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c b/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c
index 21397dcebc..7348fa60e6 100644
--- a/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c
+++ b/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c
@@ -72,7 +72,7 @@ MonotonicCounterDriverInitialize (
gBS->GetNextMonotonicCount = GetNextMonotonicCount;
gRT->GetNextHighMonotonicCount = GetNextHighMonotonicCount;
- // Install the Monotonic Counter Architctural Protocol onto a new handle
+ // Install the Monotonic Counter Architectural Protocol onto a new handle
Status = gBS->InstallMultipleProtocolInterfaces (
&Handle,
&gEfiMonotonicCounterArchProtocolGuid, NULL,