Fix tiny typo.

PiperOrigin-RevId: 313414690
This commit is contained in:
Kevin Krakauer
2020-05-27 10:24:40 -07:00
committed by gVisor bot
parent c826bb3502
commit f47598d4ca
+1 -1
View File
@@ -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