summaryrefslogtreecommitdiff
path: root/service/http/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/service.go')
-rw-r--r--service/http/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/service.go b/service/http/service.go
index 6e4542bf..1a06a76a 100644
--- a/service/http/service.go
+++ b/service/http/service.go
@@ -103,7 +103,7 @@ func (s *Service) Serve() error {
return <-err
}
-// Stop stops the svc.
+// Detach stops the svc.
func (s *Service) Stop() {
s.mu.Lock()
defer s.mu.Unlock()