diff options
author | Abner Chang <abner.chang@hpe.com> | 2021-09-07 11:25:46 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-07 03:56:13 +0000 |
commit | a7cf2c5664b9605162b20ab6b51c7bdcab3e14f0 (patch) | |
tree | 114a5a567b2f412afc8383b761a00ff5fb53ec6a /RedfishPkg/RedfishCredentialDxe | |
parent | 4473834e7d49c555eca81f96383a1d6d6f5f4bb2 (diff) | |
download | edk2-a7cf2c5664b9605162b20ab6b51c7bdcab3e14f0.tar.gz |
RedfishPkg: Fix various typos
Fix various typos in comments and documentation.
Signed-off-by: Cheng Zhou <zhoucheng@phytium.com.cn>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Reviewed-by: Abner Chang <abner.chang@hpe.com>
Diffstat (limited to 'RedfishPkg/RedfishCredentialDxe')
-rw-r--r-- | RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c index f48d1d011c..0c6891ce9c 100644 --- a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c +++ b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c @@ -129,7 +129,7 @@ RedfishCredentialStopService ( @param ImageHandle Image handle this driver.
@param SystemTable Pointer to SystemTable.
- @retval EFI_SUCESS This function always complete successfully.
+ @retval EFI_SUCCESS This function always complete successfully.
**/
EFI_STATUS
|