diff --git a/pkg/tcpip/link/qdisc/fifo/fifo.go b/pkg/tcpip/link/qdisc/fifo/fifo.go index e732c0dc66..d8c8bb4f08 100644 --- a/pkg/tcpip/link/qdisc/fifo/fifo.go +++ b/pkg/tcpip/link/qdisc/fifo/fifo.go @@ -62,7 +62,7 @@ type queueDispatcher struct { closeWaker sleep.Waker } -// New creates a new fifo queuing discipline with the n queues with maximum +// New creates a new fifo queuing discipline with the n queues with maximum // capacity of queueLen. // // +checklocksignore: we don't have to hold locks during initialization.