Fix-up issue comment.

PiperOrigin-RevId: 326129258
This commit is contained in:
Adin Scannell
2020-08-11 16:49:53 -07:00
committed by gVisor bot
parent 49947d2eb9
commit c92242c89a
+1 -1
View File
@@ -199,7 +199,7 @@ func (e *endpoint) WritePackets(_ *stack.Route, _ *stack.GSO, pkts stack.PacketB
// WriteRawPacket implements stack.LinkEndpoint.WriteRawPacket.
func (e *endpoint) WriteRawPacket(vv buffer.VectorisedView) *tcpip.Error {
// TODO(gvisor.dev/issue/3267/): Queue these packets as well once
// TODO(gvisor.dev/issue/3267): Queue these packets as well once
// WriteRawPacket takes PacketBuffer instead of VectorisedView.
return e.lower.WriteRawPacket(vv)
}