From 9bd45bb1c2973e02fc2644c3e993673a39c87877 Mon Sep 17 00:00:00 2001 From: 928234269 Date: Fri, 16 Aug 2019 16:52:42 +0800 Subject: [PATCH] cleanup: annotate typo fix Signed-off-by: 928234269 --- cmd/tiller/tiller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index a2ef2764b..220b399a9 100644 --- a/cmd/tiller/tiller.go +++ b/cmd/tiller/tiller.go @@ -95,7 +95,7 @@ var ( // rootServer is the root gRPC server. // - // Each gRPC service registers itself to this server during start(). + // Each gRPC service register itself to this server during start(). rootServer *grpc.Server // env is the default environment.