Someone should also check the UEFI file where these return values are defined and make sure that the typo isn't there too.
Reviewed-by: Daryl McDaniel <[email protected]> Daryl McDaniel > -----Original Message----- > From: Carsey, Jaben [mailto:[email protected]] > Sent: Thursday, July 07, 2016 7:47 AM > To: Mudusuru, Giri P <[email protected]>; [email protected] > Cc: Daryl McDaniel <[email protected]>; Carsey, Jaben > <[email protected]> > Subject: RE: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - > availabe to available > > Reviewed-by: Jaben Carsey <[email protected]> > > > -----Original Message----- > > From: Mudusuru, Giri P > > Sent: Thursday, July 07, 2016 12:48 AM > > To: [email protected] > > Cc: Carsey, Jaben <[email protected]>; Daryl McDaniel <edk2- > > [email protected]> > > Subject: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - > > availabe > > to available > > Importance: High > > > > Cc: Jaben Carsey <[email protected]> > > Cc: Daryl McDaniel <[email protected]> > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Giri P Mudusuru <[email protected]> > > --- > > 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 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 > > > > -- > > 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

