UefiPayloadPkg: Fix EFI_SUCCESS typos

EFI_SUCESS -> EFI_SUCCESS

Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
Gao Qihang
2025-06-06 11:07:49 +08:00
committed by mergify[bot]
parent 9720cccecf
commit dd5ea931ea
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
@param[in] InstanceNum The instance number which can be used as a ID
to locate this FwhInstance in other functions.
@retval EFI_SUCESS Installed successfully.
@retval EFI_SUCCESS Installed successfully.
@retval Else Did not install successfully.
**/

View File

@@ -375,7 +375,7 @@ FdtPpiNotifyCallback (
Install Pei Load File PPI.
@param FileHandle Handle of the file being invoked.
@param PeiServices Describes the list of possible PEI Services.
@retval EFI_SUCESS The entry point executes successfully.
@retval EFI_SUCCESS The entry point executes successfully.
@retval Others Some error occurs during the execution of this function.
**/
EFI_STATUS