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'
This commit is contained in:
Kubernetes Submit Queue 2017-04-13 15:02:00 -07:00 committed by GitHub
commit 1dcb288108

View File

@ -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("")
} }