summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/ArpDxe/ArpImpl.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:43 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit8f628f7820f797438ca21eb6bbcef6874bea41fb (patch)
tree21e02d8329a07c1980a7b78231dc24e59a8348aa /NetworkPkg/ArpDxe/ArpImpl.h
parent8d774c745c28cf49de20d4f495b3d06fc5b9757f (diff)
downloadedk2-8f628f7820f797438ca21eb6bbcef6874bea41fb.tar.gz
edk2-8f628f7820f797438ca21eb6bbcef6874bea41fb.tar.bz2
edk2-8f628f7820f797438ca21eb6bbcef6874bea41fb.zip
NetworkPkg/ArpDxe: 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@linux.intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-31-philmd@redhat.com> [lersek@redhat.com: replace EFI_D_xxx w/ DEBUG_xxx to shut up PatchCheck]
Diffstat (limited to 'NetworkPkg/ArpDxe/ArpImpl.h')
-rw-r--r--NetworkPkg/ArpDxe/ArpImpl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/NetworkPkg/ArpDxe/ArpImpl.h b/NetworkPkg/ArpDxe/ArpImpl.h
index 47eedc1cb6..506f3e6ef6 100644
--- a/NetworkPkg/ArpDxe/ArpImpl.h
+++ b/NetworkPkg/ArpDxe/ArpImpl.h
@@ -436,7 +436,7 @@ ArpRequest (
If the request is in the internal ARP request queue, the request is aborted
immediately and its ResolvedEvent is signaled. Only an asynchronous address
- request needs to be canceled. If TargeSwAddress and ResolveEvent are both
+ request needs to be canceled. If TargetSwAddress and ResolvedEvent are both
NULL, all the pending asynchronous requests that have been issued by This
instance will be cancelled and their corresponding events will be signaled.
@@ -599,7 +599,7 @@ ArpDeleteCacheEntry (
);
/**
- Send out an arp frame using the CachEntry and the ArpOpCode.
+ Send out an arp frame using the CacheEntry and the ArpOpCode.
@param[in] Instance Pointer to the instance context data.
@param[in] CacheEntry Pointer to the configuration data used to
@@ -636,7 +636,7 @@ ArpInitInstance (
/**
Process the Arp packets received from Mnp, the procedure conforms to RFC826.
- @param[in] Context Pointer to the context data registerd to the
+ @param[in] Context Pointer to the context data registered to the
Event.
@return None.
@@ -652,7 +652,7 @@ ArpOnFrameRcvdDpc (
Queue ArpOnFrameRcvdDpc as a DPC at TPL_CALLBACK.
@param[in] Event The Event this notify function registered to.
- @param[in] Context Pointer to the context data registerd to the
+ @param[in] Context Pointer to the context data registered to the
Event.
@return None.
@@ -668,7 +668,7 @@ ArpOnFrameRcvd (
/**
Process the already sent arp packets.
- @param[in] Context Pointer to the context data registerd to the
+ @param[in] Context Pointer to the context data registered to the
Event.
@return None.
@@ -684,7 +684,7 @@ ArpOnFrameSentDpc (
Request ArpOnFrameSentDpc as a DPC at TPL_CALLBACK.
@param[in] Event The Event this notify function registered to.
- @param[in] Context Pointer to the context data registerd to the
+ @param[in] Context Pointer to the context data registered to the
Event.
@return None.
@@ -701,7 +701,7 @@ ArpOnFrameSent (
Process the arp cache olding and drive the retrying arp requests.
@param[in] Event The Event this notify function registered to.
- @param[in] Context Pointer to the context data registerd to the
+ @param[in] Context Pointer to the context data registered to the
Event.
@return None.