remove extra space in comment

PiperOrigin-RevId: 487018697
This commit is contained in:
Kevin Krakauer
2022-11-08 12:21:55 -08:00
committed by gVisor bot
parent aaf5129c05
commit c82b70015d
+1 -1
View File
@@ -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.