From 688dab724970ba73316320b67263dd814d3b125b Mon Sep 17 00:00:00 2001 From: Jing Ai Date: Wed, 4 Oct 2017 11:01:04 -0700 Subject: [PATCH] revert the comment change from Run to run --- pkg/controller/node/ipam/sync/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/node/ipam/sync/sync.go b/pkg/controller/node/ipam/sync/sync.go index 67fc2c4c325..4995f425543 100644 --- a/pkg/controller/node/ipam/sync/sync.go +++ b/pkg/controller/node/ipam/sync/sync.go @@ -173,7 +173,7 @@ func (sync *NodeSync) Delete(node *v1.Node) { // syncOp is the interface for generic sync operation. type syncOp interface { - // Run the requested sync operation. + // run the requested sync operation. run(sync *NodeSync) error }