Merge pull request #46949 from xingzhou/typo

Automatic merge from submit-queue

Fixed a comment typo

Typo fix

Fixed #48414 

**Release note**:
```
None
```
pull/6/head
Kubernetes Submit Queue 2017-07-03 11:33:36 -07:00 committed by GitHub
commit c662e1d7d8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import (
"k8s.io/kubernetes/pkg/volume/util/operationexecutor"
)
// Reconciler runs a periodic loop to reconcile the desired state of the with
// Reconciler runs a periodic loop to reconcile the desired state of the world with
// the actual state of the world by triggering attach detach operations.
// Note: This is distinct from the Reconciler implemented by the kubelet volume
// manager. This reconciles state for the attach/detach controller. That