summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Hash2DxeCrypto/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Hash2DxeCrypto/Driver.h')
-rw-r--r--SecurityPkg/Hash2DxeCrypto/Driver.h4
1 files changed, 2 insertions, 2 deletions
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.