diff options
author | Mudusuru, Giri P <giri.p.mudusuru@intel.com> | 2016-07-07 00:47:35 -0700 |
---|---|---|
committer | Jaben Carsey <jaben.carsey@intel.com> | 2016-07-07 15:23:19 -0700 |
commit | b6173a3a532f57d447ee7390d23e9ba0ab5d6a68 (patch) | |
tree | e26bf453f851c9a731860a5ebff83554bc9d4b44 | |
parent | 0312b14df6bb9b7ac9c3a4fda663408245d44294 (diff) | |
download | edk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.zip edk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.tar.gz edk2-b6173a3a532f57d447ee7390d23e9ba0ab5d6a68.tar.bz2 |
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>
-rw-r--r-- | StdLib/EfiSocketLib/DxeSupport.c | 2 | ||||
-rw-r--r-- | StdLib/Include/Efi/EfiSocketLib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/EfiSocketLib/DxeSupport.c b/StdLib/EfiSocketLib/DxeSupport.c index 808b710..9630aed 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 7618d02..73288af 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
|