summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/FspSecCore
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:19 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-10-24 09:26:31 +0800
commit058dcbf2b2c647d021820097fab8b6d4fced4465 (patch)
treedb7319d57c196b57d20d22b433434fdeba017246 /IntelFsp2Pkg/FspSecCore
parentb9ca25cb683174b4992b7d3826d1e4b5095a22e9 (diff)
downloadedk2-058dcbf2b2c647d021820097fab8b6d4fced4465.tar.gz
edk2-058dcbf2b2c647d021820097fab8b6d4fced4465.tar.bz2
edk2-058dcbf2b2c647d021820097fab8b6d4fced4465.zip
IntelFsp2Pkg: Fix typos in comments
- 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>
Diffstat (limited to 'IntelFsp2Pkg/FspSecCore')
-rw-r--r--IntelFsp2Pkg/FspSecCore/SecMain.c6
-rw-r--r--IntelFsp2Pkg/FspSecCore/SecMain.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/IntelFsp2Pkg/FspSecCore/SecMain.c b/IntelFsp2Pkg/FspSecCore/SecMain.c
index fa556bf058..0432dee6ea 100644
--- a/IntelFsp2Pkg/FspSecCore/SecMain.c
+++ b/IntelFsp2Pkg/FspSecCore/SecMain.c
@@ -39,7 +39,7 @@ UINT64 mIdtEntryTemplate = 0xffff8e000008ffe4ULL;
@param[in] SizeOfRam Size of the temporary memory available for use.
- @param[in] TempRamBase Base address of tempory ram
+ @param[in] TempRamBase Base address of temporary ram
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
@param[in] PeiCore PeiCore entry point.
@param[in] BootLoaderStack BootLoader stack.
@@ -215,8 +215,8 @@ SecTemporaryRamSupport (
//
// SecSwitchStack function must be invoked after the memory migration
- // immediatly, also we need fixup the stack change caused by new call into
- // permenent memory.
+ // immediately, also we need fixup the stack change caused by new call into
+ // permanent memory.
//
SecSwitchStack (
(UINT32) (UINTN) OldStack,
diff --git a/IntelFsp2Pkg/FspSecCore/SecMain.h b/IntelFsp2Pkg/FspSecCore/SecMain.h
index 33f73625ca..291bc5ca5c 100644
--- a/IntelFsp2Pkg/FspSecCore/SecMain.h
+++ b/IntelFsp2Pkg/FspSecCore/SecMain.h
@@ -105,7 +105,7 @@ InitializeFloatingPointUnits (
@param[in] SizeOfRam Size of the temporary memory available for use.
- @param[in] TempRamBase Base address of tempory ram
+ @param[in] TempRamBase Base address of temporary ram
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
@param[in] PeiCore PeiCore entry point.
@param[in] BootLoaderStack BootLoader stack.