From 88e4f1be4b77d5cb01309c27f1eed536d5ed6145 Mon Sep 17 00:00:00 2001 From: zouyee Date: Tue, 19 Dec 2017 23:08:35 +0800 Subject: [PATCH] improve code comment --- pkg/kubelet/volumemanager/reconciler/reconciler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/volumemanager/reconciler/reconciler.go b/pkg/kubelet/volumemanager/reconciler/reconciler.go index 2cb07477c74..2d59f63371c 100644 --- a/pkg/kubelet/volumemanager/reconciler/reconciler.go +++ b/pkg/kubelet/volumemanager/reconciler/reconciler.go @@ -15,7 +15,7 @@ limitations under the License. */ // Package reconciler implements interfaces that attempt to reconcile the -// desired state of the with the actual state of the world by triggering +// desired state of the world with the actual state of the world by triggering // relevant actions (attach, detach, mount, unmount). package reconciler