summaryrefslogtreecommitdiffstats
path: root/StdLib
diff options
context:
space:
mode:
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>2016-07-07 00:47:35 -0700
committerJaben Carsey <jaben.carsey@intel.com>2016-07-07 15:23:19 -0700
commitb6173a3a532f57d447ee7390d23e9ba0ab5d6a68 (patch)
treee26bf453f851c9a731860a5ebff83554bc9d4b44 /StdLib
parent0312b14df6bb9b7ac9c3a4fda663408245d44294 (diff)
downloadedk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.tar.gz
edk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.tar.bz2
edk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.zip
StdLib: Series of patches to fix typos - availabe to available
Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Daryl McDaniel <edk2-lists@mc2research.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-By: Jaben Carsey <jaben.carsey@intel.com> Reviewed-By: Daryl McDaniel <edk2-lists@mc2research.org>
Diffstat (limited to 'StdLib')
-rw-r--r--StdLib/EfiSocketLib/DxeSupport.c2
-rw-r--r--StdLib/Include/Efi/EfiSocketLib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/EfiSocketLib/DxeSupport.c b/StdLib/EfiSocketLib/DxeSupport.c
index 808b710d27..9630aedcf8 100644
--- a/StdLib/EfiSocketLib/DxeSupport.c
+++ b/StdLib/EfiSocketLib/DxeSupport.c
@@ -32,7 +32,7 @@
@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 availabe to create
+ @retval EFI_OUT_OF_RESOURCES There are not enough resources available to create
the child
@retval other The child handle was not created
diff --git a/StdLib/Include/Efi/EfiSocketLib.h b/StdLib/Include/Efi/EfiSocketLib.h
index 7618d02801..73288af86e 100644
--- a/StdLib/Include/Efi/EfiSocketLib.h
+++ b/StdLib/Include/Efi/EfiSocketLib.h
@@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries; ///< Number of network serv
@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 availabe to create
+ @retval EFI_OUT_OF_RESOURCES There are not enough resources available to create
the child
@retval other The child handle was not created