diff --git a/internal/types/types.go b/internal/types/types.go index c875e9bc9a..c024eaadf3 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -665,7 +665,7 @@ type ProxyComponent interface { // `dataCoord` is a client of data coordinator. SetDataCoordClient(dataCoord DataCoord) - // SetIndexCoord set IndexCoord for Proxy + // SetIndexCoordClient set IndexCoord for Proxy // `indexCoord` is a client of index coordinator. SetIndexCoordClient(indexCoord IndexCoord)