diff --git a/util/workqueue/queue.go b/util/workqueue/queue.go index 3e1a49fe..dc9a7cc7 100644 --- a/util/workqueue/queue.go +++ b/util/workqueue/queue.go @@ -29,7 +29,7 @@ type Interface interface { ShuttingDown() bool } -// New constructs a new workqueue (see the package comment). +// New constructs a new work queue (see the package comment). func New() *Type { return NewNamed("") }