fix typos: remove duplicated word in comments

This commit is contained in:
supereagle
2017-06-17 17:17:22 +08:00
parent 0f7aa6727c
commit 87c29a08e1
20 changed files with 21 additions and 21 deletions

View File

@@ -400,7 +400,7 @@ func (ssc *StatefulSetController) processNextWorkItem() bool {
return true
}
// worker runs a worker goroutine that invokes processNextWorkItem until the the controller's queue is closed
// worker runs a worker goroutine that invokes processNextWorkItem until the controller's queue is closed
func (ssc *StatefulSetController) worker() {
for ssc.processNextWorkItem() {
}