diff options
author | Dean Deng <deandeng@google.com> | 2020-10-30 14:56:34 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-30 14:58:43 -0700 |
commit | ba05c6845d3d285be8c2d12d9f10a5745f722e58 (patch) | |
tree | 6704c57db2a0a2e1df2929408ac7e9b803f437ae /pkg/tcpip/stack/route.go | |
parent | 9ad864628dc3f36a24a5eb6a51d7e13471598517 (diff) |
Automated rollback of changelist 339750876
PiperOrigin-RevId: 339945377
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 b76e2d37b..87f7008f7 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 the this route can be written to. +// the link address before r can be written to. // // The NIC r uses must not be locked. func (r *Route) IsResolutionRequired() bool { |