]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip4Dxe/Ip4Impl.h
NetworkPkg/Ip4Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Ip4Dxe / Ip4Impl.h
index a322a85981a57ec10d7c6b6c57889201fefe4aa4..e8ff33d38adc0c523056f7a06f68177d7fbf6949 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Ip4 internal functions and type defintions.\r
+  Ip4 internal functions and type definitions.\r
 \r
 Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
@@ -134,7 +134,7 @@ struct _IP4_PROTOCOL {
   LIST_ENTRY                Link;       // Link to all the IP protocol from the service\r
 \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, IP4_TXTOKE_WRAP)\r
@@ -260,7 +260,7 @@ Ip4ServiceConfigMnp (
   );\r
 \r
 /**\r
-  Intiialize the IP4_PROTOCOL structure to the unconfigured states.\r
+  Initialize the IP4_PROTOCOL structure to the unconfigured states.\r
 \r
   @param  IpSb                   The IP4 service instance.\r
   @param  IpInstance             The IP4 child instance.\r
@@ -315,7 +315,7 @@ Ip4Cancel (
 \r
   @retval EFI_ALREADY_STARTED    Want to join the group, but already a member of it\r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate some resources.\r
-  @retval EFI_DEVICE_ERROR       Failed to set the group configuraton\r
+  @retval EFI_DEVICE_ERROR       Failed to set the group configuration\r
   @retval EFI_SUCCESS            Successfully updated the group setting.\r
   @retval EFI_NOT_FOUND          Try to leave the group which it isn't a member.\r
 \r