summaryrefslogtreecommitdiff
path: root/NetworkPkg/Include/Library/NetLib.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:55 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit6deb4baa1f778550df7178d40da37e59e3512f5e (patch)
treea17e95896126afc604db985bd533e2680bec8dcb /NetworkPkg/Include/Library/NetLib.h
parentefb565933428cc10e9c00dd162c67d4730d048e6 (diff)
downloadedk2-6deb4baa1f778550df7178d40da37e59e3512f5e.zip
edk2-6deb4baa1f778550df7178d40da37e59e3512f5e.tar.gz
edk2-6deb4baa1f778550df7178d40da37e59e3512f5e.tar.bz2
NetworkPkg/Library: Fix various typos
Fix various typos in comments and documentation. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-43-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Include/Library/NetLib.h')
-rw-r--r--NetworkPkg/Include/Library/NetLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Include/Library/NetLib.h b/NetworkPkg/Include/Library/NetLib.h
index 786382a..858d0b6 100644
--- a/NetworkPkg/Include/Library/NetLib.h
+++ b/NetworkPkg/Include/Library/NetLib.h
@@ -748,7 +748,7 @@ EFI_STATUS
If it has been removed, then restart the traversal from the head.
If it hasn't been removed, then continue with the next node directly.
This function will end the iterate and return the CallBack's last return value if error happens,
- or retrun EFI_SUCCESS if 2 complete passes are made with no changes in the number of children in the list.
+ or return EFI_SUCCESS if 2 complete passes are made with no changes in the number of children in the list.
@param[in] List The head of the list.
@param[in] CallBack Pointer to the callback function to destroy one node in the list.