diff options
Diffstat (limited to 'NetworkPkg/TcpDxe/TcpInput.c')
-rw-r--r-- | NetworkPkg/TcpDxe/TcpInput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/TcpDxe/TcpInput.c b/NetworkPkg/TcpDxe/TcpInput.c index 7b329be64d..97633a3908 100644 --- a/NetworkPkg/TcpDxe/TcpInput.c +++ b/NetworkPkg/TcpDxe/TcpInput.c @@ -1177,7 +1177,7 @@ TcpInput ( //
if (TCP_FLG_ON (Option.Flag, TCP_OPTION_RCVD_TS)) {
//
- // update TsRecent as specified in page 16 RFC1323.
+ // update TsRecent as specified in page 17 RFC7323.
// RcvWl2 equals to the variable "LastAckSent"
// defined there.
//
|