revert the comment change from Run to run

This commit is contained in:
Jing Ai 2017-10-04 11:01:04 -07:00
parent 0f4b34d711
commit 688dab7249

View File

@ -173,7 +173,7 @@ func (sync *NodeSync) Delete(node *v1.Node) {
// syncOp is the interface for generic sync operation. // syncOp is the interface for generic sync operation.
type syncOp interface { type syncOp interface {
// Run the requested sync operation. // run the requested sync operation.
run(sync *NodeSync) error run(sync *NodeSync) error
} }