summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/TcpDxe/TcpFunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/TcpDxe/TcpFunc.h')
-rw-r--r--NetworkPkg/TcpDxe/TcpFunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/TcpDxe/TcpFunc.h b/NetworkPkg/TcpDxe/TcpFunc.h
index 5b8043e8ad..05cd3c75dc 100644
--- a/NetworkPkg/TcpDxe/TcpFunc.h
+++ b/NetworkPkg/TcpDxe/TcpFunc.h
@@ -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.