]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Output.c
FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been locked
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Output.c
index fe642d371ed593860068331912cc0c46533c3375..8330e37935d01958dbe890e7dc8c1da0054fc9b8 100644 (file)
@@ -23,7 +23,7 @@ UINT32 mIp6Id;
 \r
   @param[in]       IpSb             Points to an IP6 service binding instance.\r
   @param[out]      SourceList       The list entry head of all source addresses.\r
-                                    It is the caller's responsiblity to free the\r
+                                    It is the caller's responsibility to free the\r
                                     resources.\r
   @param[out]      SourceCount      The number of source addresses.\r
 \r
@@ -364,7 +364,7 @@ Ip6SysPacketSent (
   @param[in]  LastHeader       The pointer of next header of last extension header.\r
   @param[in]  HeadLen          The length of the unfragmented part of the IP6 header.\r
 \r
-  @retval EFI_BAD_BUFFER_SIZE  There is no enought room in the head space of\r
+  @retval EFI_BAD_BUFFER_SIZE  There is no enough room in the head space of\r
                                Packet.\r
   @retval EFI_SUCCESS          The operation performed successfully.\r
 \r
@@ -726,7 +726,7 @@ Ip6Output (
       }\r
 \r
       //\r
-      // Send out multicast neighbor solicitation for address resolution immediatly.\r
+      // Send out multicast neighbor solicitation for address resolution immediately.\r
       //\r
       Ip6CreateSNMulticastAddr (&NeighborCache->Neighbor, &Destination);\r
       Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source);\r
@@ -809,7 +809,7 @@ Ip6Output (
   //\r
   // OK, selected the source and route, fragment the packet then send\r
   // them. Tag each fragment other than the first one as spawn from it.\r
-  // Each extension header is an integar multiple of 8 octets long, in\r
+  // Each extension header is an integer multiple of 8 octets long, in\r
   // order to retain 8-octet alignment for subsequent headers.\r
   //\r
   Mtu     = IpSb->MaxPacketSize + sizeof (EFI_IP6_HEADER);\r