]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Include/Library/TcpIoLib.h
NetworkPkg/Library: Fix various typos
[mirror_edk2.git] / NetworkPkg / Include / Library / TcpIoLib.h
index 63872f615c0a24d0a8dbf1eb19732ca4044cbad7..13c163ce99206c38d7da32f5f08ae492f1e747c5 100644 (file)
@@ -200,7 +200,7 @@ TcpIoReset (
   @param[in]   TcpIo           The TcpIo wrapping the TCP socket.\r
   @param[in]   Packet          The packet to transmit.\r
 \r
-  @retval EFI_SUCCESS            The packet is trasmitted.\r
+  @retval EFI_SUCCESS            The packet is transmitted.\r
   @retval EFI_INVALID_PARAMETER  One or more parameters are invalid.\r
   @retval EFI_UNSUPPORTED        One or more of the control options are not\r
                                  supported in the implementation.\r
@@ -221,14 +221,14 @@ TcpIoTransmit (
 \r
   @param[in, out]  TcpIo       The TcpIo which wraps the socket to be destroyed.\r
   @param[in]       Packet      The buffer to hold the data copy from the socket rx buffer.\r
-  @param[in]       AsyncMode   Is this receive asyncronous or not.\r
+  @param[in]       AsyncMode   Is this receive asynchronous or not.\r
   @param[in]       Timeout     The time to wait for receiving the amount of data the Packet\r
                                can hold. Set to NULL for infinite wait.\r
 \r
   @retval EFI_SUCCESS            The required amount of data is received from the socket.\r
   @retval EFI_INVALID_PARAMETER  One or more parameters are invalid.\r
   @retval EFI_DEVICE_ERROR       An unexpected network or system error occurred.\r
-  @retval EFI_OUT_OF_RESOURCES   Failed to allocate momery.\r
+  @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory.\r
   @retval EFI_TIMEOUT            Failed to receive the required amount of data in the\r
                                  specified time period.\r
   @retval Others                 Other errors as indicated.\r