From 6c585b52e52871e52fcf71748534e8a27a308431 Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Fri, 7 Feb 2020 02:07:52 +0100 Subject: NetworkPkg/Ip4Dxe: Fix various typos Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-40-philmd@redhat.com> --- NetworkPkg/Ip4Dxe/Ip4Igmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetworkPkg/Ip4Dxe/Ip4Igmp.h') 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. **/ -- cgit