From e4e6ef4bfdae15bf5eb4fa68e3fa9e635cbcf7bd Mon Sep 17 00:00:00 2001 From: Leo Balduf Date: Sun, 27 Nov 2016 10:56:51 +0100 Subject: [PATCH] http: fix godoc --- frontend/http/frontend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/http/frontend.go b/frontend/http/frontend.go index 33bbefc..849d6f7 100644 --- a/frontend/http/frontend.go +++ b/frontend/http/frontend.go @@ -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()