diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-29 21:52:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-29 21:52:51 +0000 |
commit | a862d297fd3265187bce5111cfe9056300cae779 (patch) | |
tree | effe5cde3f0cf511916940d714c4d12d88bc4a33 /pkg/tcpip/stack/route.go | |
parent | 8f9a789489aa60b3e1e72b5410d3b321f4858bbb (diff) | |
parent | a86f988a87e16910f1e6211d7b704e8bd92008f6 (diff) |
Merge release-20201019.0-104-ga86f988a8 (automated)
Diffstat (limited to 'pkg/tcpip/stack/route.go')
-rw-r--r-- | pkg/tcpip/stack/route.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/route.go b/pkg/tcpip/stack/route.go index 87f7008f7..b76e2d37b 100644 --- a/pkg/tcpip/stack/route.go +++ b/pkg/tcpip/stack/route.go @@ -191,7 +191,7 @@ func (r *Route) RemoveWaker(waker *sleep.Waker) { } // IsResolutionRequired returns true if Resolve() must be called to resolve -// the link address before r can be written to. +// the link address before the this route can be written to. // // The NIC r uses must not be locked. func (r *Route) IsResolutionRequired() bool { |