UefiPayloadPkg: Fix EFI_SUCCESS typos
EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
@@ -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.
|
||||
|
||||
**/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user