From b6173a3a532f57d447ee7390d23e9ba0ab5d6a68 Mon Sep 17 00:00:00 2001 From: "Mudusuru, Giri P" Date: Thu, 7 Jul 2016 00:47:35 -0700 Subject: [PATCH] StdLib: Series of patches to fix typos - availabe to available Cc: Jaben Carsey Cc: Daryl McDaniel Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-By: Jaben Carsey Reviewed-By: Daryl McDaniel --- StdLib/EfiSocketLib/DxeSupport.c | 2 +- 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 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 -- 2.39.2