From: Michael Kubacki <michael.kuba...@microsoft.com>

Corrects a typo in the return value description of MigratePeim() and
EvacuateTempRam():
  "Succesfully" to "Successfully"

Cc: Jian J Wang <jian.j.w...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Dandan Bi <dandan...@intel.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
---
 MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 4 ++--
 MdeModulePkg/Core/Pei/PeiMain.h               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c 
b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
index 61d4b67c64b9..8780297a77fc 100644
--- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
@@ -958,7 +958,7 @@ PeiCheckAndSwitchStack (
   @param PeimFileHandle       Pointer to the FFS file header of the image.
   @param MigratedFileHandle   Pointer to the FFS file header of the migrated 
image.
 
-  @retval EFI_SUCCESS         Sucessfully migrated the PEIM to permanent 
memory.
+  @retval EFI_SUCCESS         Successfully migrated the PEIM to permanent 
memory.
 
 **/
 EFI_STATUS
@@ -1120,7 +1120,7 @@ MigratePeimsInFv (
                          environment, such as the size and location of 
temporary RAM, the stack location and
                          the BFV location.
 
-  @retval EFI_SUCCESS           Succesfully migrated installed FVs from 
temporary RAM to permanent memory.
+  @retval EFI_SUCCESS           Successfully migrated installed FVs from 
temporary RAM to permanent memory.
   @retval EFI_OUT_OF_RESOURCES  Insufficient memory exists to allocate needed 
pages.
 
 **/
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h
index daa48b4c5f37..0046f19447ba 100644
--- a/MdeModulePkg/Core/Pei/PeiMain.h
+++ b/MdeModulePkg/Core/Pei/PeiMain.h
@@ -419,7 +419,7 @@ MigratePeim (
                          environment, such as the size and location of 
temporary RAM, the stack location and
                          the BFV location.
 
-  @retval EFI_SUCCESS           Succesfully migrated installed FVs from 
temporary RAM to permanent memory.
+  @retval EFI_SUCCESS           Successfully migrated installed FVs from 
temporary RAM to permanent memory.
   @retval EFI_OUT_OF_RESOURCES  Insufficient memory exists to allocate needed 
pages.
 
 **/
-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80400): https://edk2.groups.io/g/devel/message/80400
Mute This Topic: https://groups.io/mt/85477363/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to