From a86f988a87e16910f1e6211d7b704e8bd92008f6 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Thu, 29 Oct 2020 14:46:30 -0700 Subject: Automated rollback of changelist 339675182 PiperOrigin-RevId: 339750876 --- pkg/tcpip/stack/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/tcpip/stack/route.go') 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 { -- cgit v1.2.3