]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StdLib: Series of patches to fix typos - availabe to available
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>
Thu, 7 Jul 2016 07:47:35 +0000 (00:47 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Thu, 7 Jul 2016 22:23:19 +0000 (15:23 -0700)
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>
StdLib/EfiSocketLib/DxeSupport.c
StdLib/Include/Efi/EfiSocketLib.h

index 808b710d27467fe908a8d8c381e65f91458fd4fa..9630aedcf8218b4994d365b1de9b24dfb9de41c8 100644 (file)
@@ -32,7 +32,7 @@
 \r
   @retval EFI_SUCCESS           The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to create\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child\r
   @retval other                 The child handle was not created\r
 \r
index 7618d02801ac1ca84a9befe938abf6eadf8e73ef..73288af86ee7f0a3fcc47e4c3d87f4abd67d2458 100644 (file)
@@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries;        ///<  Number of network serv
 \r
   @retval EFI_SUCCESS           The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to create\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child\r
   @retval other                 The child handle was not created\r
 \r