]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Core/Pei: Fix typo in function descriptions
authorMichael Kubacki <michael.kubacki@microsoft.com>
Thu, 9 Sep 2021 03:45:59 +0000 (11:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 16 Sep 2021 01:51:36 +0000 (01:51 +0000)
Corrects a typo in the return value description of MigratePeim() and
EvacuateTempRam():
  "Succesfully" to "Successfully"

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg/Core/Pei/PeiMain.h

index 61d4b67c64b9ae3298f74c3ac7638ef22d8c1959..8780297a77fcdb2b0f3d21835433aad72305cc8d 100644 (file)
@@ -958,7 +958,7 @@ PeiCheckAndSwitchStack (
   @param PeimFileHandle       Pointer to the FFS file header of the image.\r
   @param MigratedFileHandle   Pointer to the FFS file header of the migrated image.\r
 \r
-  @retval EFI_SUCCESS         Sucessfully migrated the PEIM to permanent memory.\r
+  @retval EFI_SUCCESS         Successfully migrated the PEIM to permanent memory.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -1120,7 +1120,7 @@ MigratePeimsInFv (
                          environment, such as the size and location of temporary RAM, the stack location and\r
                          the BFV location.\r
 \r
-  @retval EFI_SUCCESS           Succesfully migrated installed FVs from temporary RAM to permanent memory.\r
+  @retval EFI_SUCCESS           Successfully migrated installed FVs from temporary RAM to permanent memory.\r
   @retval EFI_OUT_OF_RESOURCES  Insufficient memory exists to allocate needed pages.\r
 \r
 **/\r
index daa48b4c5f37276ccb50e71d19c75e579ce4df74..0046f19447ba5b4bd2740167be9bdf5b102812e1 100644 (file)
@@ -419,7 +419,7 @@ MigratePeim (
                          environment, such as the size and location of temporary RAM, the stack location and\r
                          the BFV location.\r
 \r
-  @retval EFI_SUCCESS           Succesfully migrated installed FVs from temporary RAM to permanent memory.\r
+  @retval EFI_SUCCESS           Successfully migrated installed FVs from temporary RAM to permanent memory.\r
   @retval EFI_OUT_OF_RESOURCES  Insufficient memory exists to allocate needed pages.\r
 \r
 **/\r