]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/ArpDxe/ArpImpl.c
NetworkPkg/ArpDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / ArpDxe / ArpImpl.c
index 0e9ef103eff9c31d1f34fb5a1feae5bd97021bed..9cdb33f2bd66f1455a0d88ac88a59fe443013fe0 100644 (file)
@@ -55,7 +55,7 @@ ArpInitInstance (
 /**\r
   Process the Arp packets received from Mnp, the procedure conforms to RFC826.\r
 \r
-  @param[in]  Context            Pointer to the context data registerd to the\r
+  @param[in]  Context            Pointer to the context data registered to the\r
                                  Event.\r
 \r
   @return None.\r
@@ -316,7 +316,7 @@ RESTART_RECEIVE:
   Queue ArpOnFrameRcvdDpc as a DPC at TPL_CALLBACK.\r
 \r
   @param[in]  Event                  The Event this notify function registered to.\r
-  @param[in]  Context                Pointer to the context data registerd to the\r
+  @param[in]  Context                Pointer to the context data registered to the\r
                                      Event.\r
 \r
   @return None.\r
@@ -338,7 +338,7 @@ ArpOnFrameRcvd (
 /**\r
   Process the already sent arp packets.\r
 \r
-  @param[in]  Context                Pointer to the context data registerd to the\r
+  @param[in]  Context                Pointer to the context data registered to the\r
                                      Event.\r
 \r
   @return None.\r
@@ -377,7 +377,7 @@ ArpOnFrameSentDpc (
   Request ArpOnFrameSentDpc as a DPC at TPL_CALLBACK.\r
 \r
   @param[in]  Event                  The Event this notify function registered to.\r
-  @param[in]  Context                Pointer to the context data registerd to the\r
+  @param[in]  Context                Pointer to the context data registered to the\r
                                      Event.\r
 \r
   @return None.\r
@@ -401,7 +401,7 @@ ArpOnFrameSent (
   Process the arp cache olding and drive the retrying arp requests.\r
 \r
   @param[in]  Event                  The Event this notify function registered to.\r
-  @param[in]  Context                Pointer to the context data registerd to the\r
+  @param[in]  Context                Pointer to the context data registered to the\r
                                      Event.\r
 \r
   @return None.\r
@@ -1008,7 +1008,7 @@ ArpConfigureInstance (
 \r
 \r
 /**\r
-  Send out an arp frame using the CachEntry and the ArpOpCode.\r
+  Send out an arp frame using the CacheEntry and the ArpOpCode.\r
 \r
   @param[in]  Instance               Pointer to the instance context data.\r
   @param[in]  CacheEntry             Pointer to the configuration data used to\r
@@ -1344,7 +1344,7 @@ ArpDeleteCacheEntry (
             );\r
 \r
   //\r
-  // Delete the cache entries inthe ResolvedCacheTable.\r
+  // Delete the cache entries in the ResolvedCacheTable.\r
   //\r
   Count += ArpDeleteCacheEntryInTable (\r
              &ArpService->ResolvedCacheTable,\r
@@ -1466,7 +1466,7 @@ ArpFindCacheEntry (
   ArpService = Instance->ArpService;\r
 \r
   //\r
-  // Init the FounEntries used to hold the found cache entries.\r
+  // Init the FoundEntries used to hold the found cache entries.\r
   //\r
   NetMapInit (&FoundEntries);\r
 \r