From 7ca9e5a4010b0e16231173dfc1918685ffc3a1dd Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Mon, 8 Aug 2011 18:29:14 +0000 Subject: EmbeddedPkg: Fix mispellings git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12101 6f19259b-4bc3-4df7-8a09-765794883524 --- EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c') 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, -- cgit v1.2.3