summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/route.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-30 22:03:24 +0000
committergVisor bot <gvisor-bot@google.com>2020-10-30 22:03:24 +0000
commite0bd5098f6e39a35b2e93335e450721548e2c0aa (patch)
tree8b171c1b70054e169e2da542995c88f17cd7fdf8 /pkg/tcpip/stack/route.go
parentfb1c8c76ad115e2c6ca370b0fc392d7f4c601a31 (diff)
parentba05c6845d3d285be8c2d12d9f10a5745f722e58 (diff)
Merge release-20201019.0-112-gba05c6845 (automated)
Diffstat (limited to 'pkg/tcpip/stack/route.go')
-rw-r--r--pkg/tcpip/stack/route.go2
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 {