]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Impl.c
DynamicTablesPkg: Add EDK2 Core CI support
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Impl.c
index 80862bfe9d09c961e92087a28c0eed9d87772032..826a5c252f1ade7ade948a108abf109eadd719e0 100644 (file)
@@ -288,7 +288,7 @@ Ip6IsIllegalProtocol (
 }\r
 \r
 /**\r
-  Intiialize the IP6_PROTOCOL structure to the unconfigured states.\r
+  Initialize the IP6_PROTOCOL structure to the unconfigured states.\r
 \r
   @param[in]       IpSb                   The IP6 service instance.\r
   @param[in, out]  IpInstance             The IP6 child instance.\r
@@ -604,7 +604,7 @@ Ip6ServiceConfigMnp (
   @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
@@ -787,7 +787,7 @@ ON_EXIT:
   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
@@ -1001,7 +1001,7 @@ Exit:
   @param[in]  Map                The container of either user's transmit or receive\r
                                  token.\r
   @param[in]  Item               Current item to check against.\r
-  @param[in]  Context            The Token to check againist.\r
+  @param[in]  Context            The Token to check against.\r
 \r
   @retval EFI_ACCESS_DENIED      The token or event has already been enqueued in IP\r
   @retval EFI_SUCCESS            The current item isn't the same token/event as the\r
@@ -1449,7 +1449,7 @@ Exit:
   is signaled.\r
 \r
   Current Udp implementation creates an IP child for each Udp child.\r
-  It initates a asynchronous receive immediately no matter whether\r
+  It initiates a asynchronous receive immediately no matter whether\r
   there is no mapping or not. Therefore, disable the returning EFI_NO_MAPPING for now.\r
   To enable it, the following check must be performed:\r
 \r