Fixed a comment typo

pull/6/head
Xing Zhou 2017-06-05 10:47:59 +08:00
parent 3837d95191
commit 750d0d8730
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