From c82b70015de64729875f11aaf8063b0042d8789a Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 8 Nov 2022 12:18:17 -0800 Subject: [PATCH] remove extra space in comment PiperOrigin-RevId: 487018697 --- pkg/tcpip/link/qdisc/fifo/fifo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tcpip/link/qdisc/fifo/fifo.go b/pkg/tcpip/link/qdisc/fifo/fifo.go index e732c0dc6..d8c8bb4f0 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.