diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:52 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 6c585b52e52871e52fcf71748534e8a27a308431 (patch) | |
tree | 33dd7b11816dcd3a897b9acc224999761abcac2e /NetworkPkg/Ip4Dxe/Ip4Igmp.h | |
parent | ba3b642d5ba5c4703dc6410eb25fe189283659c1 (diff) | |
download | edk2-6c585b52e52871e52fcf71748534e8a27a308431.tar.gz |
NetworkPkg/Ip4Dxe: 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-40-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Ip4Dxe/Ip4Igmp.h')
-rw-r--r-- | NetworkPkg/Ip4Dxe/Ip4Igmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip4Dxe/Ip4Igmp.h b/NetworkPkg/Ip4Dxe/Ip4Igmp.h index 49c13ba3a7..56631bd4af 100644 --- a/NetworkPkg/Ip4Dxe/Ip4Igmp.h +++ b/NetworkPkg/Ip4Dxe/Ip4Igmp.h @@ -170,7 +170,7 @@ Ip4CombineGroups ( @param Count The number of group addresses in the Groups.
@param Addr The IP4 multicast address to remove.
- @return The nubmer of group addresses in the Groups after remove.
+ @return The number of group addresses in the Groups after remove.
It is Count if the Addr isn't in the Groups.
**/
|