]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/SecCore/SecMain.c
CorebootModulePkg: Fix various typos
[mirror_edk2.git] / CorebootModulePkg / SecCore / SecMain.c
index 7ce0463d9880d6d642b7301bc626d1d9fc241150..8d27a8f37b91b31ad08fdfcba1f9389531e2f69a 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  C funtions in SEC\r
+  C functions in SEC\r
 \r
 Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
@@ -57,7 +57,7 @@ SecStartupPhase2(
 \r
 \r
   @param SizeOfRam           Size of the temporary memory available for use.\r
-  @param TempRamBase         Base address of tempory ram\r
+  @param TempRamBase         Base address of temporary ram\r
   @param BootFirmwareVolume  Base address of the Boot Firmware Volume.\r
 **/\r
 VOID\r
@@ -100,7 +100,7 @@ SecStartup (
   // |-------------------|---->\r
   // |                   |\r
   // |                   |\r
-  // |      Heap         |    PeiTemporayRamSize\r
+  // |      Heap         |    PeiTemporaryRamSize\r
   // |                   |\r
   // |                   |\r
   // |-------------------|---->  TempRamBase\r
@@ -219,11 +219,11 @@ SecTemporaryRamSupport (
   // |-------------------|---->\r
   // |      Stack        |    PeiStackSize\r
   // |-------------------|---->\r
-  // |      Heap         |    PeiTemporayRamSize\r
+  // |      Heap         |    PeiTemporaryRamSize\r
   // |-------------------|---->  TempRamBase\r
   //\r
   // |-------------------|---->\r
-  // |      Heap         |    PeiTemporayRamSize\r
+  // |      Heap         |    PeiTemporaryRamSize\r
   // |-------------------|---->\r
   // |      Stack        |    PeiStackSize\r
   // |-------------------|---->  PermanentMemoryBase\r
@@ -276,8 +276,8 @@ SecTemporaryRamSupport (
 \r
   //\r
   // SecSwitchStack function must be invoked after the memory migration\r
-  // immediatly, also we need fixup the stack change caused by new call into\r
-  // permenent memory.\r
+  // immediately, also we need fixup the stack change caused by new call into\r
+  // permanent memory.\r
   //\r
   SecSwitchStack (\r
     (UINT32) (UINTN) OldStack,\r