Skip to content

Commit

Permalink
remove extra space in comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 487018697
  • Loading branch information
kevinGC authored and gvisor-bot committed Nov 8, 2022
1 parent aaf5129 commit c82b700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tcpip/link/qdisc/fifo/fifo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c82b700

Please sign in to comment.