diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-10-09 00:20:15 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-23 10:23:23 -0700 |
commit | d6b926e76e3d639ac37610e97d33ff9e3a6281eb (patch) | |
tree | 8a4857fd6aa97e149cb6e14d7722136e2cd59223 /SecurityPkg/Hash2DxeCrypto | |
parent | 6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18 (diff) | |
download | edk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.tar.gz edk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.tar.bz2 edk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.zip |
SecurityPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2265
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'SecurityPkg/Hash2DxeCrypto')
-rw-r--r-- | SecurityPkg/Hash2DxeCrypto/Driver.c | 6 | ||||
-rw-r--r-- | SecurityPkg/Hash2DxeCrypto/Driver.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/SecurityPkg/Hash2DxeCrypto/Driver.c b/SecurityPkg/Hash2DxeCrypto/Driver.c index 6aa88f8b3b..4627061a28 100644 --- a/SecurityPkg/Hash2DxeCrypto/Driver.c +++ b/SecurityPkg/Hash2DxeCrypto/Driver.c @@ -22,7 +22,7 @@ EFI_SERVICE_BINDING_PROTOCOL mHash2ServiceBindingProtocol = { it is not NULL, then the I/O services are added
to the existing child handle.
- @retval EFI_SUCCES The protocol was added to ChildHandle.
+ @retval EFI_SUCCESS The protocol was added to ChildHandle.
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
@retval EFI_OUT_OF_RESOURCES There are not enough resources available to
create the child.
@@ -99,7 +99,7 @@ Hash2ServiceBindingCreateChild ( instance.
@param[in] ChildHandle Handle of the child to destroy.
- @retval EFI_SUCCES The protocol was removed from ChildHandle.
+ @retval EFI_SUCCESS The protocol was removed from ChildHandle.
@retval EFI_UNSUPPORTED ChildHandle does not support the protocol that
is being removed.
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
@@ -193,7 +193,7 @@ Hash2ServiceBindingDestroyChild ( @param[in] ImageHandle The image handle of the driver.
@param[in] SystemTable The system table.
- @retval EFI_SUCCES The service binding protocols is successfully installed.
+ @retval EFI_SUCCESS The service binding protocols is successfully installed.
@retval Others Other errors as indicated.
**/
diff --git a/SecurityPkg/Hash2DxeCrypto/Driver.h b/SecurityPkg/Hash2DxeCrypto/Driver.h index 162279e469..7b8996912a 100644 --- a/SecurityPkg/Hash2DxeCrypto/Driver.h +++ b/SecurityPkg/Hash2DxeCrypto/Driver.h @@ -79,7 +79,7 @@ typedef struct { it is not NULL, then the I/O services are added
to the existing child handle.
- @retval EFI_SUCCES The protocol was added to ChildHandle.
+ @retval EFI_SUCCESS The protocol was added to ChildHandle.
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
@retval EFI_OUT_OF_RESOURCES There are not enough resources available to
create the child.
@@ -104,7 +104,7 @@ Hash2ServiceBindingCreateChild ( instance.
@param[in] ChildHandle Handle of the child to destroy.
- @retval EFI_SUCCES The protocol was removed from ChildHandle.
+ @retval EFI_SUCCESS The protocol was removed from ChildHandle.
@retval EFI_UNSUPPORTED ChildHandle does not support the protocol that
is being removed.
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
|