[skip e2e]Fix typo in comment (#14909)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/14927/head
cai.zhang 2022-01-06 13:34:23 +08:00 committed by GitHub
parent 69def6b34e
commit dc00dac913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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