]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
MdeModulePkg/Core/PiSmmCore: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.c
index 1cf8c93227a3b48ed64045ee400862f016793b1d..20b84eaee2772409d4ea5bc1eb30ea4b525e937b 100644 (file)
@@ -707,7 +707,7 @@ SmmIplSmmConfigurationEventNotify (
   }\r
 \r
   //\r
-  // Register the SMM Entry Point provided by the SMM Core with the SMM COnfiguration protocol\r
+  // Register the SMM Entry Point provided by the SMM Core with the SMM Configuration protocol\r
   //\r
   Status = SmmConfiguration->RegisterSmmEntry (SmmConfiguration, gSmmCorePrivate->SmmEntryPoint);\r
   ASSERT_EFI_ERROR (Status);\r
@@ -964,7 +964,7 @@ ExecuteSmmCoreFromSmram (
   }\r
 \r
   //\r
-  // Initilize ImageContext\r
+  // Initialize ImageContext\r
   //\r
   ImageContext.Handle    = SourceBuffer;\r
   ImageContext.ImageRead = PeCoffLoaderImageReadFromMemory;\r
@@ -1082,7 +1082,7 @@ ExecuteSmmCoreFromSmram (
   }\r
 \r
   //\r
-  // Always free memory allocted by GetFileBufferByFilePath ()\r
+  // Always free memory allocated by GetFileBufferByFilePath ()\r
   //\r
   FreePool (SourceBuffer);\r
 \r
@@ -1763,7 +1763,7 @@ SmmIplEntry (
   ASSERT_EFI_ERROR (Status);\r
 \r
   //\r
-  // Create the set of protocol and event notififcations that the SMM IPL requires\r
+  // Create the set of protocol and event notifications that the SMM IPL requires\r
   //\r
   for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {\r
     if (mSmmIplEvents[Index].Protocol) {\r