[skip e2e]Fix typo in comment ()

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

View File

@ -661,7 +661,7 @@ type ProxyComponent interface {
// `rootCoord` is a client of root coordinator.
SetRootCoordClient(rootCoord RootCoord)
// SetDataCoord set DataCoord for Proxy
// SetDataCoordClient set DataCoord for Proxy
// `dataCoord` is a client of data coordinator.
SetDataCoordClient(dataCoord DataCoord)