]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp4Dxe/Udp4Main.c
NetworkPkg/Udp4Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Udp4Dxe / Udp4Main.c
index aa1956cd4b4214c6c2c7844a1a36bb15991da8ee..2a639f954726a33dbb3e7131c1a75e2c924f6731 100644 (file)
@@ -367,7 +367,7 @@ Udp4Groups (
   // Keep a local copy of the configured multicast IPs because IpIo receives\r
   // datagrams from the 0 station address IP instance and then UDP delivers to\r
   // the matched instance. This copy of multicast IPs is used to avoid receive\r
-  // the mutlicast datagrams destined to multicast IPs the other instances configured.\r
+  // the multicast datagrams destined to multicast IPs the other instances configured.\r
   //\r
   if (JoinFlag) {\r
 \r
@@ -844,7 +844,7 @@ Udp4Cancel (
   OldTpl = gBS->RaiseTPL (TPL_CALLBACK);\r
 \r
   //\r
-  // Cancle the tokens specified by Token for this instance.\r
+  // Cancel the tokens specified by Token for this instance.\r
   //\r
   Status = Udp4InstanceCancelToken (Instance, Token);\r
 \r