summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/SnpDxe/Snp.c
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:59 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitbb3594e84283abefe7350b275dcfdc102efef177 (patch)
treee2c042d1068ab3023dfce4b08cdd5e136136a8e1 /NetworkPkg/SnpDxe/Snp.c
parentf6c8bbbe92efafc395cc760f175fd2730df26415 (diff)
downloadedk2-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.c')
-rw-r--r--NetworkPkg/SnpDxe/Snp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/NetworkPkg/SnpDxe/Snp.c b/NetworkPkg/SnpDxe/Snp.c
index 1099dbfa6a..078b27cf5e 100644
--- a/NetworkPkg/SnpDxe/Snp.c
+++ b/NetworkPkg/SnpDxe/Snp.c
@@ -782,7 +782,7 @@ SimpleNetworkDriverStop (
if (PcdGetBool (PcdSnpCreateExitBootServicesEvent)) {
//
- // Close EXIT_BOOT_SERIVES Event
+ // Close EXIT_BOOT_SERVICES Event
//
gBS->CloseEvent (Snp->ExitBootServicesEvent);
}
@@ -840,9 +840,9 @@ EFI_DRIVER_BINDING_PROTOCOL gSimpleNetworkDriverBinding = {
@param ImageHandle The driver image handle.
@param SystemTable The system table.
- @retval EFI_SUCEESS Initialization routine has found UNDI hardware,
+ @retval EFI_SUCCESS Initialization routine has found UNDI hardware,
loaded it's ROM, and installed a notify event for
- the Network Indentifier Interface Protocol
+ the Network Identifier Interface Protocol
successfully.
@retval Other Return value from HandleProtocol for
DeviceIoProtocol or LoadedImageProtocol