]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFspWrapperPkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:18 +0000 (15:01 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Mon, 24 Oct 2016 01:26:30 +0000 (09:26 +0800)
- inforamtion -> information
- tempory -> temporary
- boundry -> boundary
- immediatly -> immediately
- permenent -> permanent

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
IntelFspWrapperPkg/FspInitPei/FindPeiCore.c
IntelFspWrapperPkg/FspInitPei/SecMain.c
IntelFspWrapperPkg/FspInitPei/SecMain.h
IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c
IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c

index ce003d056fa8dc9cc7ed0f1e8fd1d39cf7d12601..068465aeb17bb604d1f0e42cc30ccad52148c786 100644 (file)
@@ -146,7 +146,7 @@ FindImageBase (
 /**\r
   Find and return Pei Core entry point.\r
 \r
-  It also find SEC and PEI Core file debug inforamtion. It will report them if\r
+  It also find SEC and PEI Core file debug information. It will report them if\r
   remote debug is enabled.\r
 \r
   @param[in]  BootFirmwareVolumePtr    Point to the boot firmware volume.\r
index 4d0878a9df0b3b8b00f59b5a66f89ea10cb9cdbf..e4f397a0d467f3dbbc526e3400031ea688976097 100644 (file)
@@ -61,7 +61,7 @@ SecStartupPhase2(
   the control is transferred to this function.\r
 \r
   @param[in] SizeOfRam           Size of the temporary memory available for use.\r
-  @param[in] TempRamBase         Base address of tempory ram\r
+  @param[in] TempRamBase         Base address of temporary ram\r
   @param[in] BootFirmwareVolume  Base address of the Boot Firmware Volume.\r
 **/\r
 VOID\r
index fc203973da1187542c652305009986c68294745a..66c53de5c3bac222c3b4b9a4ef393ae13a3b62db 100644 (file)
@@ -54,7 +54,7 @@ typedef struct _SEC_IDT_TABLE {
   the control is transferred to this function.\r
 \r
   @param[in] SizeOfRam           Size of the temporary memory available for use.\r
-  @param[in] TempRamBase         Base address of tempory ram\r
+  @param[in] TempRamBase         Base address of temporary ram\r
   @param[in] BootFirmwareVolume  Base address of the Boot Firmware Volume.\r
 **/\r
 VOID\r
@@ -68,7 +68,7 @@ SecStartup (
 /**\r
   Find and return Pei Core entry point.\r
 \r
-  It also find SEC and PEI Core file debug inforamtion. It will report them if\r
+  It also find SEC and PEI Core file debug information. It will report them if\r
   remote debug is enabled.\r
 \r
   @param[in]  BootFirmwareVolumePtr  Point to the boot firmware volume.\r
index d39164e1fe518ba54e8055f3aa28883fca457ae9..6f06e24cae6e08895f90d0d9b9d6d7384d2fb40b 100644 (file)
@@ -112,7 +112,7 @@ RelocateImageUnder4GIfNeeded (
   ASSERT_EFI_ERROR (Status);\r
   ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer;\r
   //\r
-  // Align buffer on section boundry\r
+  // Align buffer on section boundary\r
   //\r
   ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
   ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1));\r
index ce003d056fa8dc9cc7ed0f1e8fd1d39cf7d12601..068465aeb17bb604d1f0e42cc30ccad52148c786 100644 (file)
@@ -146,7 +146,7 @@ FindImageBase (
 /**\r
   Find and return Pei Core entry point.\r
 \r
-  It also find SEC and PEI Core file debug inforamtion. It will report them if\r
+  It also find SEC and PEI Core file debug information. It will report them if\r
   remote debug is enabled.\r
 \r
   @param[in]  BootFirmwareVolumePtr    Point to the boot firmware volume.\r
index f441725c6cf59aab14631058ffb0c972f9083bbf..fc271e20accf597ff53d8ac08dba321a55b97d07 100644 (file)
@@ -52,7 +52,7 @@ SecStartupPhase2(
   the control is transferred to this function.\r
 \r
   @param[in] SizeOfRam           Size of the temporary memory available for use.\r
-  @param[in] TempRamBase         Base address of tempory ram\r
+  @param[in] TempRamBase         Base address of temporary ram\r
   @param[in] BootFirmwareVolume  Base address of the Boot Firmware Volume.\r
 **/\r
 VOID\r
index afaadfe8956a06307acd0c21781ff0b6ff3450d1..de82221655ece9c9aca57a4877143735b576c075 100644 (file)
@@ -53,7 +53,7 @@ typedef struct _SEC_IDT_TABLE {
   the control is transferred to this function.\r
 \r
   @param[in] SizeOfRam           Size of the temporary memory available for use.\r
-  @param[in] TempRamBase         Base address of tempory ram\r
+  @param[in] TempRamBase         Base address of temporary ram\r
   @param[in] BootFirmwareVolume  Base address of the Boot Firmware Volume.\r
 **/\r
 VOID\r
@@ -67,7 +67,7 @@ SecStartup (
 /**\r
   Find and return Pei Core entry point.\r
 \r
-  It also find SEC and PEI Core file debug inforamtion. It will report them if\r
+  It also find SEC and PEI Core file debug information. It will report them if\r
   remote debug is enabled.\r
 \r
   @param[in]  BootFirmwareVolumePtr  Point to the boot firmware volume.\r
index 7f7a6af0bd9196902ddb6f4d93d88f264ab66b2e..06b3ea6ed09810c1782505a0c5d0d8d453c2ff0d 100644 (file)
@@ -139,8 +139,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