diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-05-27 10:23:19 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-27 10:24:40 -0700 |
commit | f47598d4ca696d1c404fe6f2333555477398ce6b (patch) | |
tree | 6bd2d8150ff552b8b7e52bf7d72fb0450b4fdf12 | |
parent | c826bb350204971bc1e893b71c0ae572e7ce4cc6 (diff) |
Fix tiny typo.
PiperOrigin-RevId: 313414690
-rw-r--r-- | pkg/tcpip/link/fdbased/packet_dispatchers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |