summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/FspSecCore
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:17 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-10-24 09:26:28 +0800
commit13ca714cd24830d42252fdbd012abf5a5f716246 (patch)
treeff35e9801ab2b5d56002ac6eea305355e368250a /IntelFspPkg/FspSecCore
parent74cdb367addc883595359c57c38d7cc465c88ea1 (diff)
downloadedk2-13ca714cd24830d42252fdbd012abf5a5f716246.tar.gz
edk2-13ca714cd24830d42252fdbd012abf5a5f716246.tar.bz2
edk2-13ca714cd24830d42252fdbd012abf5a5f716246.zip
IntelFspPkg: Fix typos in comments
- 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>
Diffstat (limited to 'IntelFspPkg/FspSecCore')
-rw-r--r--IntelFspPkg/FspSecCore/SecMain.c6
-rw-r--r--IntelFspPkg/FspSecCore/SecMain.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/IntelFspPkg/FspSecCore/SecMain.c b/IntelFspPkg/FspSecCore/SecMain.c
index 99acefaefa..e1d9cb2d22 100644
--- a/IntelFspPkg/FspSecCore/SecMain.c
+++ b/IntelFspPkg/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.
@@ -200,8 +200,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/IntelFspPkg/FspSecCore/SecMain.h b/IntelFspPkg/FspSecCore/SecMain.h
index 1fd2f2bdb2..3888635839 100644
--- a/IntelFspPkg/FspSecCore/SecMain.h
+++ b/IntelFspPkg/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.