summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/FspWrapperSecCore
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspWrapperPkg/FspWrapperSecCore')
-rw-r--r--IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c2
-rw-r--r--IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c2
-rw-r--r--IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c b/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c
index ce003d056f..068465aeb1 100644
--- a/IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c
+++ b/IntelFspWrapperPkg/FspWrapperSecCore/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/FspWrapperSecCore/SecMain.c b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c
index f441725c6c..fc271e20ac 100644
--- a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c
+++ b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c
@@ -52,7 +52,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/FspWrapperSecCore/SecMain.h b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h
index afaadfe895..de82221655 100644
--- a/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h
+++ b/IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h
@@ -53,7 +53,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
@@ -67,7 +67,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.