]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFspPkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:17 +0000 (15:01 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Mon, 24 Oct 2016 01:26:28 +0000 (09:26 +0800)
- tempory -> temporary
- immediatly -> immediately
- permenent -> permanent
- paramter -> parameter
- funciton -> function

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>
IntelFspPkg/FspSecCore/SecMain.c
IntelFspPkg/FspSecCore/SecMain.h
IntelFspPkg/Include/Library/FspCommonLib.h
IntelFspPkg/Include/Library/FspSwitchStackLib.h
IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c

index 99acefaefa20cb8dc2a258e77da9a41748d047a4..e1d9cb2d226af7d272ae4eb9278d9768c7c97c9e 100644 (file)
@@ -39,7 +39,7 @@ UINT64  mIdtEntryTemplate = 0xffff8e000008ffe4ULL;
 \r
 \r
   @param[in] SizeOfRam          Size of the temporary memory available for use.\r
 \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
   @param[in] PeiCore            PeiCore entry point.\r
   @param[in] BootLoaderStack    BootLoader stack.\r
   @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.\r
   @param[in] PeiCore            PeiCore entry point.\r
   @param[in] BootLoaderStack    BootLoader stack.\r
@@ -200,8 +200,8 @@ SecTemporaryRamSupport (
 \r
   //\r
   // SecSwitchStack function must be invoked after the memory migration\r
 \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
   //\r
   SecSwitchStack (\r
     (UINT32) (UINTN) OldStack,\r
index 1fd2f2bdb2124715f8b7584acfcb69e0703c1caa..388863583957902d1fa3feaab1dd94e96005453c 100644 (file)
@@ -105,7 +105,7 @@ InitializeFloatingPointUnits (
 \r
 \r
   @param[in] SizeOfRam          Size of the temporary memory available for use.\r
 \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
   @param[in] PeiCore            PeiCore entry point.\r
   @param[in] BootLoaderStack    BootLoader stack.\r
   @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.\r
   @param[in] PeiCore            PeiCore entry point.\r
   @param[in] BootLoaderStack    BootLoader stack.\r
index fa2f81c08886cf30e9dbb91e49e79e6bf830ae6b..5e6846f60ebe1848deab44d4ac54dc8925458d33 100644 (file)
@@ -40,9 +40,9 @@ GetFspGlobalDataPointer (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  This function gets back the FSP API paramter passed by the bootlaoder.\r
+  This function gets back the FSP API parameter passed by the bootlaoder.\r
 \r
 \r
-  @retval ApiParameter FSP API paramter passed by the bootlaoder.\r
+  @retval ApiParameter FSP API parameter passed by the bootlaoder.\r
 **/\r
 UINT32\r
 EFIAPI\r
 **/\r
 UINT32\r
 EFIAPI\r
@@ -51,7 +51,7 @@ GetFspApiParameter (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  This function sets the FSP API paramter in the stack.\r
+  This function sets the FSP API parameter in the stack.\r
 \r
    @param[in] Value       New parameter value.\r
 \r
 \r
    @param[in] Value       New parameter value.\r
 \r
index e90b13e8dae08b533ce5f24d2d69b1abcb38173a..fee44a3147da8829935b34bdeb180f53d9a4addb 100644 (file)
@@ -16,7 +16,7 @@
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  This funciton will switch the current stack to the previous saved stack.\r
+  This function will switch the current stack to the previous saved stack.\r
   Before calling the previous stack has to be set in  FSP_GLOBAL_DATA.CoreStack.\r
                     EIP\r
                     FLAGS  16 bit  FLAGS  16 bit\r
   Before calling the previous stack has to be set in  FSP_GLOBAL_DATA.CoreStack.\r
                     EIP\r
                     FLAGS  16 bit  FLAGS  16 bit\r
index a31d16bb70f8a027c956128b9f5e8b7175b2b502..f6a4252c3f5a776a3c21c9e7fcf24623d2909552 100644 (file)
@@ -89,9 +89,9 @@ GetFspGlobalDataPointer (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  This function gets back the FSP API paramter passed by the bootlaoder.\r
+  This function gets back the FSP API parameter passed by the bootlaoder.\r
 \r
 \r
-  @retval ApiParameter FSP API paramter passed by the bootlaoder.\r
+  @retval ApiParameter FSP API parameter passed by the bootlaoder.\r
 **/\r
 UINT32\r
 EFIAPI\r
 **/\r
 UINT32\r
 EFIAPI\r
@@ -106,7 +106,7 @@ GetFspApiParameter (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  This function sets the FSP API paramter in the stack.\r
+  This function sets the FSP API parameter in the stack.\r
 \r
    @param[in] Value       New parameter value.\r
 \r
 \r
    @param[in] Value       New parameter value.\r
 \r