diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:59 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | bb3594e84283abefe7350b275dcfdc102efef177 (patch) | |
tree | e2c042d1068ab3023dfce4b08cdd5e136136a8e1 /NetworkPkg/SnpDxe/Snp.h | |
parent | f6c8bbbe92efafc395cc760f175fd2730df26415 (diff) | |
download | edk2-bb3594e84283abefe7350b275dcfdc102efef177.tar.gz edk2-bb3594e84283abefe7350b275dcfdc102efef177.tar.bz2 edk2-bb3594e84283abefe7350b275dcfdc102efef177.zip |
NetworkPkg/SnpDxe: Fix few typos
Fix few 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@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-47-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/SnpDxe/Snp.h')
-rw-r--r-- | NetworkPkg/SnpDxe/Snp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/SnpDxe/Snp.h b/NetworkPkg/SnpDxe/Snp.h index 9e4b7d6f86..66b5f948e2 100644 --- a/NetworkPkg/SnpDxe/Snp.h +++ b/NetworkPkg/SnpDxe/Snp.h @@ -1,5 +1,5 @@ /** @file
- Declaration of strctures and functions for SnpDxe driver.
+ Declaration of structures and functions for SnpDxe driver.
Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -289,7 +289,7 @@ SnpUndi32CallbackBlock ( @param UniqueId This was supplied to UNDI at Undi_Start, SNP uses this to
store Undi interface context (Undi does not read or write
this variable)
- @param MicroSeconds number of micro seconds to pause, ususlly multiple of 10.
+ @param MicroSeconds number of micro seconds to pause, usually multiple of 10.
**/
VOID
EFIAPI
@@ -378,7 +378,7 @@ SnpUndi32CallbackUnmap ( need to synchronize their contents whenever it writes to/reads from the buffer
using either the cpu address or the device address.
- EFI does not provide a sync call, since virt=physical, we sould just do
+ EFI does not provide a sync call, since virt=physical, we should just do
the synchronization ourself here!
@param UniqueId This was supplied to UNDI at Undi_Start, SNP uses this to store
@@ -1015,7 +1015,7 @@ SnpUndi32Receive ( );
/**
- Nofication call back function for WaitForPacket event.
+ Notification call back function for WaitForPacket event.
@param Event EFI Event.
@param SnpPtr Pointer to SNP_DRIVER structure.
|