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/4130/head
mattjmcnaughton 7 years ago
parent edaef32491
commit 2b04523baf

@ -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