mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
0312b14df6
commit
b6173a3a53
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
@retval EFI_SUCCESS The protocol was added to ChildHandle.
|
@retval EFI_SUCCESS The protocol was added to ChildHandle.
|
||||||
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
|
@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
|
the child
|
||||||
@retval other The child handle was not created
|
@retval other The child handle was not created
|
||||||
|
|
||||||
|
|
|
@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries; ///< Number of network serv
|
||||||
|
|
||||||
@retval EFI_SUCCESS The protocol was added to ChildHandle.
|
@retval EFI_SUCCESS The protocol was added to ChildHandle.
|
||||||
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
|
@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
|
the child
|
||||||
@retval other The child handle was not created
|
@retval other The child handle was not created
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue