]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Impl.h
NetworkPkg/Ip6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Impl.h
index d46ee600d5cc2fe6ffacbf96810dbace3b1bde5f..8919e9448900f89789434447a6bdec8266655c17 100644 (file)
@@ -139,7 +139,7 @@ struct _IP6_PROTOCOL {
 \r
   UINT8                     PrefixLength; // PrefixLength of the configured station address.\r
   //\r
-  // User's transmit/receive tokens, and received/deliverd packets\r
+  // User's transmit/receive tokens, and received/delivered packets\r
   //\r
   NET_MAP                   RxTokens;\r
   NET_MAP                   TxTokens;   // map between (User's Token, IP6_TXTOKE_WRAP)\r
@@ -412,7 +412,7 @@ EfiIp6GetModeData (
   @retval EFI_DEVICE_ERROR       An unexpected system or network error occurred. The EFI IPv6\r
                                  Protocol driver instance was not opened.\r
   @retval EFI_UNSUPPORTED        Default protocol specified through\r
-                                 Ip6ConfigData.DefaulProtocol isn't supported.\r
+                                 Ip6ConfigData.DefaultProtocol isn't supported.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -470,7 +470,7 @@ EfiIp6Groups (
   the destination IPv6 address arithmetically. The gateway address must be on the same subnet as the\r
   configured station address.\r
 \r
-  The default route is added with Destination and PrefixLegth both set to all zeros. The\r
+  The default route is added with Destination and PrefixLength both set to all zeros. The\r
   default route matches all destination IPv6 addresses that do not match any other routes.\r
 \r
   All EFI IPv6 Protocol instances share a routing table.\r
@@ -642,7 +642,7 @@ EfiIp6Transmit (
   is signaled.\r
 \r
   Current Udp implementation creates an IP child for each Udp child.\r
-  It initates a asynchronous receive immediately whether or not\r
+  It initiates a asynchronous receive immediately whether or not\r
   there is no mapping. Therefore, disable the returning EFI_NO_MAPPING for now.\r
   To enable it, the following check must be performed:\r
 \r