From f47598d4ca696d1c404fe6f2333555477398ce6b Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 27 May 2020 10:23:19 -0700 Subject: Fix tiny typo. PiperOrigin-RevId: 313414690 --- pkg/tcpip/link/fdbased/packet_dispatchers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tcpip/link/fdbased/packet_dispatchers.go b/pkg/tcpip/link/fdbased/packet_dispatchers.go index cb4cbea69..3aaabd1aa 100644 --- a/pkg/tcpip/link/fdbased/packet_dispatchers.go +++ b/pkg/tcpip/link/fdbased/packet_dispatchers.go @@ -169,7 +169,7 @@ type recvMMsgDispatcher struct { // iovecs is an array of array of iovec records where each iovec base // pointer and length are initialzed to the corresponding view above, - // except when GSO is neabled then the first iovec in each array of + // except when GSO is enabled then the first iovec in each array of // iovecs points to a buffer for the vnet header which is stripped // before the views are passed up the stack for further processing. iovecs [][]syscall.Iovec -- cgit v1.2.3