NetworkPkg/TcpDxe/Tcp: Fix various typos
Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-49-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
4cefb5e903
commit
81c6f1762e
@@ -477,7 +477,7 @@ TcpGetSegmentSndQue (
|
||||
|
||||
//
|
||||
// If SYN is set and out of the range, clear the flag.
|
||||
// Becuase the sequence of the first byte is SEG.SEQ+1,
|
||||
// Because the sequence of the first byte is SEG.SEQ+1,
|
||||
// adjust Offset by -1. If SYN is in the range, copy
|
||||
// one byte less.
|
||||
//
|
||||
@@ -660,7 +660,7 @@ TcpRetransmit (
|
||||
UINT32 Len;
|
||||
|
||||
//
|
||||
// Compute the maxium length of retransmission. It is
|
||||
// Compute the maximum length of retransmission. It is
|
||||
// limited by three factors:
|
||||
// 1. Less than SndMss
|
||||
// 2. Must in the current send window
|
||||
|
Reference in New Issue
Block a user