fix exported method run's comment

This commit is contained in:
chenpengdev
2017-11-03 22:40:03 +08:00
committed by GitHub
parent 12752f3139
commit 3429d8950b

View File

@@ -144,7 +144,7 @@ type EndpointController struct {
workerLoopPeriod time.Duration
}
// Runs e; will not return until stopCh is closed. workers determines how many
// Run will not return until stopCh is closed. workers determines how many
// endpoints will be handled in parallel.
func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) {
defer utilruntime.HandleCrash()