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'
pull/6/head
Kubernetes Submit Queue 2017-04-13 15:02:00 -07:00 committed by GitHub
commit 1dcb288108
1 changed files with 1 additions and 1 deletions

View File

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