diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2020-05-11 12:07:49 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-11 12:09:06 -0700 |
commit | e838e7ab3406ff55faf034f67fe91a31cca18ab5 (patch) | |
tree | 96c98d01d6d74a1b2969a832d6fb195fa120af2a /pkg/tcpip/link/qdisc/fifo | |
parent | c5ab21b04857837d42d3b5ca4783528b4e084548 (diff) |
Automated rollback of changelist 310417191
PiperOrigin-RevId: 310963404
Diffstat (limited to 'pkg/tcpip/link/qdisc/fifo')
-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 be9fec3b3..54432194d 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 |