Fix inaccurate comment in `tiller`

When reading through `cmd/tiller/tiller.go`, I noticed a comment around
`rootServer` mentions the usage of an `init` function. However, there is
no `init` function in this package. Update the comment to be more
accurate.
pull/4207/head^2
mattjmcnaughton 7 years ago committed by Sebastien Plisson
parent 14d8c0cf3b
commit e9bc63120f

@ -85,7 +85,7 @@ var (
// rootServer is the root gRPC server. // rootServer is the root gRPC server.
// //
// Each gRPC service registers itself to this server during init(). // Each gRPC service registers itself to this server during start().
rootServer *grpc.Server rootServer *grpc.Server
// env is the default environment. // env is the default environment.

Loading…
Cancel
Save