NetworkPkg/MnpDxe: Fix various typos

Fix various typos in documentation, comments and debug strings.

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-44-philmd@redhat.com>
[lersek@redhat.com: replace EFI_D_xxx w/ DEBUG_xxx to shut up PatchCheck]
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:56 +01:00
committed by mergify[bot]
parent 6deb4baa1f
commit 5feb1fbd44
8 changed files with 32 additions and 32 deletions

View File

@@ -376,8 +376,8 @@ MnpGroups (
if ((!Instance->ConfigData.EnableMulticastReceive) ||
((MacAddress != NULL) && !NET_MAC_IS_MULTICAST (MacAddress, &SnpMode->BroadcastAddress, SnpMode->HwAddressSize))) {
//
// The instance isn't configured to do mulitcast receive. OR
// the passed in MacAddress is not a mutlticast mac address.
// The instance isn't configured to do multicast receive. OR
// the passed in MacAddress is not a multicast mac address.
//
Status = EFI_INVALID_PARAMETER;
goto ON_EXIT;
@@ -713,7 +713,7 @@ MnpCancel (
}
//
// Dispatch the DPC queued by the NotifyFunction of the cancled token's events.
// Dispatch the DPC queued by the NotifyFunction of the canceled token's events.
//
DispatchDpc ();