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
@ -46,7 +46,7 @@ TcpInitTcbLocal (
|
||||
Initialize the peer related members.
|
||||
|
||||
@param[in, out] Tcb Pointer to the TCP_CB of this TCP instance.
|
||||
@param[in] Seg Pointer to the segment that contains the peer's intial information.
|
||||
@param[in] Seg Pointer to the segment that contains the peer's initial information.
|
||||
@param[in] Opt Pointer to the options announced by the peer.
|
||||
|
||||
**/
|
||||
@ -668,7 +668,7 @@ Tcp6RefreshNeighbor (
|
||||
//
|
||||
|
||||
/**
|
||||
The procotol handler provided to the socket layer, used to
|
||||
The protocol handler provided to the socket layer, used to
|
||||
dispatch the socket level requests by calling the corresponding
|
||||
TCP layer functions.
|
||||
|
||||
|
Reference in New Issue
Block a user