From 6d4497de25e50cd0bd8bd3c4a1813c1e1bbf914a Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 13 Mar 2020 14:59:22 -0700 Subject: Fix typo PiperOrigin-RevId: 300832988 --- pkg/tcpip/link/fdbased/endpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/tcpip/link/fdbased') diff --git a/pkg/tcpip/link/fdbased/endpoint.go b/pkg/tcpip/link/fdbased/endpoint.go index b7f60178e..a753fb243 100644 --- a/pkg/tcpip/link/fdbased/endpoint.go +++ b/pkg/tcpip/link/fdbased/endpoint.go @@ -467,7 +467,7 @@ func (e *endpoint) WritePackets(r *stack.Route, gso *stack.GSO, pkts []tcpip.Pac views := pkts[0].Data.Views() /* - * Each bondary in views can add one more iovec. + * Each boundary in views can add one more iovec. * * payload | | | | * ----------------------------- -- cgit v1.2.3