Commit 1dcb2881 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #41779 from StudyNick/zte-20170221

Automatic merge from submit-queue (batch tested with PRs 44447, 44456, 43277, 41779, 43942) 'workqueue' modify 'work queue'
parents d32668b0 dc460c3e
...@@ -29,7 +29,7 @@ type Interface interface { ...@@ -29,7 +29,7 @@ type Interface interface {
ShuttingDown() bool ShuttingDown() bool
} }
// New constructs a new workqueue (see the package comment). // New constructs a new work queue (see the package comment).
func New() *Type { func New() *Type {
return NewNamed("") return NewNamed("")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment