summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Ip4Dxe/Ip4Igmp.c
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:52 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit6c585b52e52871e52fcf71748534e8a27a308431 (patch)
tree33dd7b11816dcd3a897b9acc224999761abcac2e /NetworkPkg/Ip4Dxe/Ip4Igmp.c
parentba3b642d5ba5c4703dc6410eb25fe189283659c1 (diff)
downloadedk2-6c585b52e52871e52fcf71748534e8a27a308431.tar.gz
edk2-6c585b52e52871e52fcf71748534e8a27a308431.tar.bz2
edk2-6c585b52e52871e52fcf71748534e8a27a308431.zip
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.c')
-rw-r--r--NetworkPkg/Ip4Dxe/Ip4Igmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/NetworkPkg/Ip4Dxe/Ip4Igmp.c b/NetworkPkg/Ip4Dxe/Ip4Igmp.c
index e69b2fe7fc..f69ba762fe 100644
--- a/NetworkPkg/Ip4Dxe/Ip4Igmp.c
+++ b/NetworkPkg/Ip4Dxe/Ip4Igmp.c
@@ -149,7 +149,7 @@ Ip4FindMac (
@param[in] IpSb The IP4 service instance that requests the
transmission.
- @param[in] Dst The destinaton to send to.
+ @param[in] Dst The destination to send to.
@param[in] Type The IGMP message type, such as IGMP v1 membership
report.
@param[in] Group The group address in the IGMP message head.
@@ -273,7 +273,7 @@ Ip4JoinGroup (
//
// If the IP service already is a member in the group, just
- // increase the refernce count and return.
+ // increase the reference count and return.
//
Group = Ip4FindGroup (IgmpCtrl, Address);
@@ -587,7 +587,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.
**/