diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:18 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-10-24 09:26:30 +0800 |
commit | b9ca25cb683174b4992b7d3826d1e4b5095a22e9 (patch) | |
tree | abf172f64774f02123f80cb23a05592a5e904d03 /IntelFspWrapperPkg/FspInitPei | |
parent | 13ca714cd24830d42252fdbd012abf5a5f716246 (diff) | |
download | edk2-platforms-b9ca25cb683174b4992b7d3826d1e4b5095a22e9.tar.xz |
IntelFspWrapperPkg: Fix typos in comments
- 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>
Diffstat (limited to 'IntelFspWrapperPkg/FspInitPei')
-rw-r--r-- | IntelFspWrapperPkg/FspInitPei/FindPeiCore.c | 2 | ||||
-rw-r--r-- | IntelFspWrapperPkg/FspInitPei/SecMain.c | 2 | ||||
-rw-r--r-- | IntelFspWrapperPkg/FspInitPei/SecMain.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c b/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c index ce003d056f..068465aeb1 100644 --- a/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c +++ b/IntelFspWrapperPkg/FspInitPei/FindPeiCore.c @@ -146,7 +146,7 @@ FindImageBase ( /**
Find and return Pei Core entry point.
- It also find SEC and PEI Core file debug inforamtion. It will report them if
+ It also find SEC and PEI Core file debug information. It will report them if
remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume.
diff --git a/IntelFspWrapperPkg/FspInitPei/SecMain.c b/IntelFspWrapperPkg/FspInitPei/SecMain.c index 4d0878a9df..e4f397a0d4 100644 --- a/IntelFspWrapperPkg/FspInitPei/SecMain.c +++ b/IntelFspWrapperPkg/FspInitPei/SecMain.c @@ -61,7 +61,7 @@ SecStartupPhase2( the control is transferred to this function.
@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.
**/
VOID
diff --git a/IntelFspWrapperPkg/FspInitPei/SecMain.h b/IntelFspWrapperPkg/FspInitPei/SecMain.h index fc203973da..66c53de5c3 100644 --- a/IntelFspWrapperPkg/FspInitPei/SecMain.h +++ b/IntelFspWrapperPkg/FspInitPei/SecMain.h @@ -54,7 +54,7 @@ typedef struct _SEC_IDT_TABLE { the control is transferred to this function.
@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.
**/
VOID
@@ -68,7 +68,7 @@ SecStartup ( /**
Find and return Pei Core entry point.
- It also find SEC and PEI Core file debug inforamtion. It will report them if
+ It also find SEC and PEI Core file debug information. It will report them if
remote debug is enabled.
@param[in] BootFirmwareVolumePtr Point to the boot firmware volume.
|