Skip to content

Commit

Permalink
SecurityPkg: Fix typos in comments
Browse files Browse the repository at this point in the history
- availabe to available

Cc: Chao Zhang <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <[email protected]>
Reviewed-by: Chao Zhang <[email protected]>
  • Loading branch information
GiriM123 authored and lgao4 committed Jul 11, 2016
1 parent ab6cee3 commit 7622e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SecurityPkg/Hash2DxeCrypto/Driver.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
This is service binding for Hash driver.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions SecurityPkg/Hash2DxeCrypto/Driver.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
This is definition for service binding for Hash driver.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7622e59

Please sign in to comment.