http: fix godoc

This commit is contained in:
Leo Balduf 2016-11-27 10:56:51 +01:00
parent 19ae824b42
commit e4e6ef4bfd

View file

@ -71,7 +71,7 @@ func NewFrontend(logic frontend.TrackerLogic, cfg Config) *Frontend {
}
}
// Stop provides a thread-safe way to shutdown a currently running Tracker.
// Stop provides a thread-safe way to shutdown a currently running Frontend.
func (t *Frontend) Stop() {
t.grace.Stop(t.grace.Timeout)
<-t.grace.StopChan()