summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi
diff options
context:
space:
mode:
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>2016-07-08 14:20:56 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-11 10:29:45 +0800
commit7efe609d58df8c57a61de747967bca5fbccb7d6e (patch)
tree588dea1386c9d563ffe26152003a08a6ffe58f5c /EdkCompatibilityPkg/Foundation/Efi
parentfcb880ecbe1411eef12deb8e998cda3c3fc07b31 (diff)
downloadedk2-platforms-7efe609d58df8c57a61de747967bca5fbccb7d6e.tar.xz
EdkCompatibilityPkg: Fix typos in comments
- availabe to available - consummer to consumer - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED - extensiable to extensible Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/ServiceBinding.h4
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.