summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/route.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-29 15:50:56 +0000
committergVisor bot <gvisor-bot@google.com>2020-10-29 15:50:56 +0000
commitb67450538ccfac72883b29bb2e3fc77509240873 (patch)
tree4cf774eca857fa34a3d3739b7da3f5a7b0eee314 /pkg/tcpip/stack/route.go
parent181a3458f1819e90d75d96396855549eb33df079 (diff)
parent1f0f687cbe49c4af272abc47d5d974e86fef6c01 (diff)
Merge release-20201019.0-99-g1f0f687cb (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 {