summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/EmbeddedMonotonicCounter
diff options
context:
space:
mode:
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,