]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpInput.c
NetworkPkg/TcpDxe/Tcp: Fix various typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpInput.c
index 42079671ee3a2a23ab2e70708bdedaf8def286e5..5e6c8c54cabe3a07e8280c9ed4dacbca08fdd216 100644 (file)
@@ -246,7 +246,7 @@ TcpComputeRtt (
 \r
   //\r
   // Step 2.4: Limit the RTO to at least 1 second\r
-  // Step 2.5: Limit the RTO to a maxium value that\r
+  // Step 2.5: Limit the RTO to a maximum value that\r
   // is at least 60 second\r
   //\r
   if (Tcb->Rto < TCP_RTO_MIN) {\r
@@ -681,7 +681,7 @@ TcpQueueData (
   Adjust the send queue or the retransmit queue.\r
 \r
   @param[in]  Tcb      Pointer to the TCP_CB of this TCP instance.\r
-  @param[in]  Ack      The acknowledge seuqence number of the received segment.\r
+  @param[in]  Ack      The acknowledge sequence number of the received segment.\r
 \r
   @retval          0     An error condition occurred.\r
   @retval          1     No error occurred.\r
@@ -1024,7 +1024,7 @@ TcpInput (
         goto StepSix;\r
       } else {\r
         //\r
-        // Received a SYN segment without ACK, simultanous open.\r
+        // Received a SYN segment without ACK, simultaneous open.\r
         //\r
         TcpSetState (Tcb, TCP_SYN_RCVD);\r
 \r
@@ -1103,7 +1103,7 @@ TcpInput (
 \r
       //\r
       // This TCB comes from either a LISTEN TCB,\r
-      // or active open TCB with simultanous open.\r
+      // or active open TCB with simultaneous open.\r
       // Do NOT signal user CONNECTION refused\r
       // if it comes from a LISTEN TCB.\r
       //\r