]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c
NetworkPkg/Library: Fix various typos
[mirror_edk2.git] / NetworkPkg / Library / DxeIpIoLib / DxeIpIoLib.c
index d45f0070b3fc87a7b7446c77287426f6a17d799d..0a816da001409953b363a07ebe8c24d8b2df1bda 100644 (file)
@@ -123,7 +123,7 @@ IpIoTransmitHandler (
 \r
   @retval       EFI_SUCCESS        The IP child is created and the IP protocol\r
                                    interface is retrieved.\r
-  @retval       EFI_UNSUPPORTED    Upsupported IpVersion.\r
+  @retval       EFI_UNSUPPORTED    Unsupported IpVersion.\r
   @retval       Others             The required operation failed.\r
 \r
 **/\r
@@ -191,7 +191,7 @@ IpIoCreateIpChildOpenProtocol (
 \r
 \r
 /**\r
-  This function close the previously openned IP protocol and destroy the IP child.\r
+  This function close the previously opened IP protocol and destroy the IP child.\r
 \r
   @param[in]  ControllerHandle    The controller handle.\r
   @param[in]  ImageHandle         The image handle.\r
@@ -201,7 +201,7 @@ IpIoCreateIpChildOpenProtocol (
 \r
   @retval     EFI_SUCCESS         The IP protocol is closed and the relevant IP child\r
                                   is destroyed.\r
-  @retval     EFI_UNSUPPORTED     Upsupported IpVersion.\r
+  @retval     EFI_UNSUPPORTED     Unsupported IpVersion.\r
   @retval     Others              The required operation failed.\r
 \r
 **/\r
@@ -228,7 +228,7 @@ IpIoCloseProtocolDestroyIpChild (
   }\r
 \r
   //\r
-  // Close the previously openned IP protocol.\r
+  // Close the previously opened IP protocol.\r
   //\r
   Status = gBS->CloseProtocol (\r
                   ChildHandle,\r
@@ -626,7 +626,7 @@ IpIoExtFree (
   @param[in]       Context              Pointer to the context.\r
   @param[in]       NotifyData           Pointer to the notify data.\r
   @param[in]       Dest                 Pointer to the destination IP address.\r
-  @param[in]       Override             Pointer to the overriden IP_IO data.\r
+  @param[in]       Override             Pointer to the overridden IP_IO data.\r
 \r
   @return Pointer to the data structure created to wrap the packet. If any error occurs,\r
           then return NULL.\r
@@ -1497,7 +1497,7 @@ IpIoStop (
   IpIo->IsConfigured = FALSE;\r
 \r
   //\r
-  // Detroy the Ip List used by IpIo\r
+  // Destroy the Ip List used by IpIo\r
   //\r
 \r
   while (!IsListEmpty (&(IpIo->IpList))) {\r
@@ -1577,7 +1577,7 @@ IpIoDestroy (
 \r
   This function is called after IpIoOpen(). The data to be sent is wrapped in\r
   Pkt. The IP instance wrapped in IpIo is used for sending by default but can be\r
-  overriden by Sender. Other sending configs, like source address and gateway\r
+  overridden by Sender. Other sending configs, like source address and gateway\r
   address etc., are specified in OverrideData.\r
 \r
   @param[in, out]  IpIo                  Pointer to an IP_IO instance used for sending IP\r
@@ -1991,7 +1991,7 @@ IpIoConfigIp (
 \r
   This function pairs with IpIoAddIp(). The IpInfo is previously created by\r
   IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance\r
-  will be dstroyed if the RefCnt is zero.\r
+  will be destroyed if the RefCnt is zero.\r
 \r
   @param[in]  IpIo                  Pointer to the IP_IO instance.\r
   @param[in]  IpInfo                Pointer to the IpInfo to be removed.\r