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/Include | |
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/Include')
-rw-r--r-- | RedfishPkg/Include/Library/RedfishHostInterfaceLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h index fe37b2739a..ad134e8f9b 100644 --- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h +++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h @@ -40,7 +40,7 @@ RedfishPlatformHostInterfaceDeviceDescriptor ( this function using FreePool().
param[in] IndexOfProtocolData The index of protocol data.
- @retval EFI_SUCESS Protocol records are all returned.
+ @retval EFI_SUCCESS Protocol records are all returned.
@retval EFI_NOT_FOUND No more protocol records.
@retval Others Fail to get protocol records.
**/
|