]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpMain.c
NetworkPkg/TcpDxe/Tcp: Fix various typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpMain.c
index fa357cd01a83e38ddf78164cf7f9b4b40d3aee57..75de71eb6ea300c95fabc8fa509f45560164aa7b 100644 (file)
@@ -282,7 +282,7 @@ Tcp4Connect (
   @retval EFI_SUCCESS              The listen token was queued successfully.\r
   @retval EFI_NOT_STARTED          The EFI_TCP4_PROTOCOL instance hasn't been\r
                                    configured.\r
-  @retval EFI_ACCESS_DENIED        The instatnce is not a passive one or it is not\r
+  @retval EFI_ACCESS_DENIED        The instance is not a passive one or it is not\r
                                    in Tcp4StateListen state or a same listen token\r
                                    has already existed in the listen token queue of\r
                                    this TCP instance.\r
@@ -795,7 +795,7 @@ Tcp6Connect (
   @retval EFI_INVALID_PARAMETER  One or more of the following are TRUE:\r
                                  - This is NULL.\r
                                  - ListenToken is NULL.\r
-                                 - ListentToken->CompletionToken.Event is NULL.\r
+                                 - ListenToken->CompletionToken.Event is NULL.\r
   @retval EFI_OUT_OF_RESOURCES   Could not allocate enough resource to finish the operation.\r
   @retval EFI_DEVICE_ERROR       Any unexpected error not belonging to a category listed above.\r
 \r