diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2020-05-07 12:45:00 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-07 12:48:23 -0700 |
commit | 28b5565fdd87155dd5c37fff427884a772f01c72 (patch) | |
tree | 207cb1428aaaf8717d747c6bcc9c677d8724ac48 /pkg/tcpip/link | |
parent | d0b1d0233dc8a8ac837d534cd0664eabb9dd0a71 (diff) |
Automated rollback of changelist 309339316
PiperOrigin-RevId: 310417191
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r-- | pkg/tcpip/link/qdisc/fifo/endpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/qdisc/fifo/endpoint.go b/pkg/tcpip/link/qdisc/fifo/endpoint.go index 54432194d..be9fec3b3 100644 --- a/pkg/tcpip/link/qdisc/fifo/endpoint.go +++ b/pkg/tcpip/link/qdisc/fifo/endpoint.go @@ -163,7 +163,7 @@ func (e *endpoint) WritePacket(r *stack.Route, gso *stack.GSO, protocol tcpip.Ne // WritePackets implements stack.LinkEndpoint.WritePackets. // -// Being a batch API, each packet in pkts should have the following fields +// Being a batch API each packet in pkts should have the following fields // populated: // - pkt.EgressRoute // - pkt.GSOOptions |