Giri: Please update copyright. Others are good to me.
Thanks & Best regards Chao Zhang -----Original Message----- From: Mudusuru, Giri P Sent: Thursday, July 07, 2016 3:48 PM To: [email protected] Cc: Zhang, Chao B Subject: [edk2] [PATCH 07/16] SecurityPkg: Series of patches to fix typos - availabe to available Cc: Chao Zhang <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <[email protected]> --- SecurityPkg/Hash2DxeCrypto/Driver.c | 2 +- SecurityPkg/Hash2DxeCrypto/Driver.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Hash2DxeCrypto/Driver.c b/SecurityPkg/Hash2DxeCrypto/Driver.c index ba2fe6a..df0c416 100644 --- a/SecurityPkg/Hash2DxeCrypto/Driver.c +++ b/SecurityPkg/Hash2DxeCrypto/Driver.c @@ -30,7 +30,7 @@ EFI_SERVICE_BINDING_PROTOCOL mHash2ServiceBindingProtocol = { @retval EFI_SUCCES The protocol was added to ChildHandle. @retval EFI_INVALID_PARAMETER ChildHandle is NULL. - @retval EFI_OUT_OF_RESOURCES There are not enough resources availabe to + @retval EFI_OUT_OF_RESOURCES There are not enough resources available to create the child. @retval Others The child handle was not created. diff --git a/SecurityPkg/Hash2DxeCrypto/Driver.h b/SecurityPkg/Hash2DxeCrypto/Driver.h index a145858..c0a2087 100644 --- a/SecurityPkg/Hash2DxeCrypto/Driver.h +++ b/SecurityPkg/Hash2DxeCrypto/Driver.h @@ -87,7 +87,7 @@ typedef struct { @retval EFI_SUCCES The protocol was added to ChildHandle. @retval EFI_INVALID_PARAMETER ChildHandle is NULL. - @retval EFI_OUT_OF_RESOURCES There are not enough resources availabe to + @retval EFI_OUT_OF_RESOURCES There are not enough resources available to create the child. @retval Others The child handle was not created. -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

