diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-01 01:34:48 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-01 01:34:48 +0000 |
commit | cbdef9bd094e532f3d97404e3d08f952d2dcb7c3 (patch) | |
tree | b225b4ee1e5b02369de513c6d6036f5ec83045e4 /pkg/tcpip/link/qdisc | |
parent | 145baf8763889aab2840b745c660e6ceebbd38d0 (diff) | |
parent | 8962b7840f577b15d526e360077eefdb5c6373ce (diff) |
Merge release-20200422.0-8-g8962b78 (automated)
Diffstat (limited to 'pkg/tcpip/link/qdisc')
-rwxr-xr-x | 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 100755 --- 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 |