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

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@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>
IntelFsp2Pkg/FspSecCore/SecMain.c
IntelFsp2Pkg/FspSecCore/SecMain.h
IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h

index fa556bf05821a2b2bdb9b6ef0fcc9cd177cd5256..0432dee6eae0e011262f050da4c8b02c9598ded6 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
@@ -215,8 +215,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 33f73625ca29d7bf88b33138a400bd194a2e3ac4..291bc5ca5caa116062d5db18f7581fac64363eb8 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 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