]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Option.h
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Option.h
index b62a04216e90ac1ecdb7d3400e3b99cb7117e47a..242ec51c1084fc2268e0dc56067f2d51a7b7beac 100644 (file)
@@ -51,7 +51,7 @@ typedef enum {
 /**\r
   Validate the IP6 extension header format for both the packets we received\r
   and that we will transmit. It will compute the ICMPv6 error message fields\r
-  if the option is mal-formated.\r
+  if the option is mal-formatted.\r
 \r
   @param[in]  IpSb          The IP6 service instance. This is an optional parameter.\r
   @param[in]  Packet        The data of the packet. Ignored if NULL.\r
@@ -72,8 +72,8 @@ typedef enum {
   @param[out] Fragmented    Indicate whether the packet is fragmented.\r
                             This is an optional parameter that may be NULL.\r
 \r
-  @retval     TRUE          The option is properly formated.\r
-  @retval     FALSE         The option is malformated.\r
+  @retval     TRUE          The option is properly formatted.\r
+  @retval     FALSE         The option is malformatted.\r
 \r
 **/\r
 BOOLEAN\r
@@ -122,7 +122,7 @@ Ip6FillHopByHop (
   @param[in]  ExtHdrsLen       The length of the extension headers.\r
   @param[in]  FragmentOffset   The fragment offset of the data following the header.\r
   @param[out] UpdatedExtHdrs   The updated ExtHdrs with Fragment header inserted.\r
-                               It's caller's responsiblity to free this buffer.\r
+                               It's caller's responsibility to free this buffer.\r
 \r
   @retval EFI_OUT_OF_RESOURCES Failed to finish the operation due to lake of\r
                                resource.\r
@@ -179,7 +179,7 @@ Ip6CopyExts (
   @param[in]  OptionLen         The length of the whole option.\r
 \r
   @retval TRUE     The option is properly formatted.\r
-  @retval FALSE    The option is malformated.\r
+  @retval FALSE    The option is malformatted.\r
 \r
 **/\r
 BOOLEAN\r