diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-10 23:25:33 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-10 23:25:33 +0000 |
commit | 1e5eb26802956650cbe9a32bd6179a07f0918ff6 (patch) | |
tree | 797618044794b3207eea2fc5e079c4d7a61681f0 /pkg/tcpip/tcpip.go | |
parent | e43af1e55f93fe0e6f921829887f2197dcee44ff (diff) | |
parent | 0a8ae4b32f0dbc0b2a84c3f07c8c98e855a8f5fa (diff) |
Merge release-20200804.0-60-g0a8ae4b32 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index 45f59b60f..091bc5281 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -968,7 +968,7 @@ type IPPacketInfo struct { // LocalAddr is the local address. LocalAddr Address - // DestinationAddr is the destination address. + // DestinationAddr is the destination address found in the IP header. DestinationAddr Address } |