From dc00dac913e4ee2917fc70bbaa22640252f0486d Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Thu, 6 Jan 2022 13:34:23 +0800 Subject: [PATCH] [skip e2e]Fix typo in comment (#14909) Signed-off-by: cai.zhang --- internal/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/types/types.go b/internal/types/types.go index c024eaadf3..b61447856b 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -657,7 +657,7 @@ type ProxyComponent interface { // `etcdClient` is a client of etcd SetEtcdClient(etcdClient *clientv3.Client) - // SetRootCoord set RootCoord for Proxy + //SetRootCoordClient set RootCoord for Proxy // `rootCoord` is a client of root coordinator. SetRootCoordClient(rootCoord RootCoord)