Better comments
[arvados.git] / lib / controller / cmd.go
index c6b53eb8f6d930f113936449dbb762740f344e8d..7ab7f5305b4fe83113d1a47f499f7d3eb8298804 100644 (file)
@@ -13,7 +13,7 @@ import (
        "github.com/prometheus/client_golang/prometheus"
 )
 
-// Command intanciates a cmd.Handler with the service.Command used in package cmd
+// Command starts a controller service. See cmd/arvados-server/cmd.go
 var Command cmd.Handler = service.Command(arvados.ServiceNameController, newHandler)
 
 func newHandler(_ context.Context, cluster *arvados.Cluster, _ string, _ *prometheus.Registry) service.Handler {