diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:52 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 6c585b52e52871e52fcf71748534e8a27a308431 (patch) | |
tree | 33dd7b11816dcd3a897b9acc224999761abcac2e /NetworkPkg/Ip4Dxe/Ip4Impl.h | |
parent | ba3b642d5ba5c4703dc6410eb25fe189283659c1 (diff) | |
download | edk2-6c585b52e52871e52fcf71748534e8a27a308431.tar.gz edk2-6c585b52e52871e52fcf71748534e8a27a308431.tar.bz2 edk2-6c585b52e52871e52fcf71748534e8a27a308431.zip |
NetworkPkg/Ip4Dxe: 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-40-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Ip4Dxe/Ip4Impl.h')
-rw-r--r-- | NetworkPkg/Ip4Dxe/Ip4Impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/Ip4Dxe/Ip4Impl.h b/NetworkPkg/Ip4Dxe/Ip4Impl.h index a322a85981..e8ff33d38a 100644 --- a/NetworkPkg/Ip4Dxe/Ip4Impl.h +++ b/NetworkPkg/Ip4Dxe/Ip4Impl.h @@ -1,5 +1,5 @@ /** @file
- Ip4 internal functions and type defintions.
+ Ip4 internal functions and type definitions.
Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
@@ -134,7 +134,7 @@ struct _IP4_PROTOCOL { LIST_ENTRY Link; // Link to all the IP protocol from the service
//
- // User's transmit/receive tokens, and received/deliverd packets
+ // User's transmit/receive tokens, and received/delivered packets
//
NET_MAP RxTokens;
NET_MAP TxTokens; // map between (User's Token, IP4_TXTOKE_WRAP)
@@ -260,7 +260,7 @@ Ip4ServiceConfigMnp ( );
/**
- Intiialize the IP4_PROTOCOL structure to the unconfigured states.
+ Initialize the IP4_PROTOCOL structure to the unconfigured states.
@param IpSb The IP4 service instance.
@param IpInstance The IP4 child instance.
@@ -315,7 +315,7 @@ Ip4Cancel ( @retval EFI_ALREADY_STARTED Want to join the group, but already a member of it
@retval EFI_OUT_OF_RESOURCES Failed to allocate some resources.
- @retval EFI_DEVICE_ERROR Failed to set the group configuraton
+ @retval EFI_DEVICE_ERROR Failed to set the group configuration
@retval EFI_SUCCESS Successfully updated the group setting.
@retval EFI_NOT_FOUND Try to leave the group which it isn't a member.
|