diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h index 14e3b0960c..cd2482bafc 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h @@ -1,6 +1,6 @@ /*++
-Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2005 - 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
which accompanies this distribution. The full text of the license may be found at
@@ -46,7 +46,7 @@ EFI_STATUS Returns:
EFI_SUCCES - The child handle was created with the I/O services.
- EFI_OUT_OF_RESOURCES - There are not enough resources availabe to create
+ EFI_OUT_OF_RESOURCES - There are not enough resources available to create
the child.
other - The child handle was not created.
|