NetworkPkg/Udp4Dxe: 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-51-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:03 +01:00
committed by mergify[bot]
parent dad13c8067
commit f7c4d22465
5 changed files with 14 additions and 14 deletions

View File

@ -367,7 +367,7 @@ Udp4Groups (
// Keep a local copy of the configured multicast IPs because IpIo receives
// datagrams from the 0 station address IP instance and then UDP delivers to
// the matched instance. This copy of multicast IPs is used to avoid receive
// the mutlicast datagrams destined to multicast IPs the other instances configured.
// the multicast datagrams destined to multicast IPs the other instances configured.
//
if (JoinFlag) {
@ -844,7 +844,7 @@ Udp4Cancel (
OldTpl = gBS->RaiseTPL (TPL_CALLBACK);
//
// Cancle the tokens specified by Token for this instance.
// Cancel the tokens specified by Token for this instance.
//
Status = Udp4InstanceCancelToken (Instance, Token);