From 697f042d0c93bc1d6b855b18b41b6993092d6ad9 Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Thu, 6 Jan 2022 10:39:21 +0800 Subject: [PATCH] [skip e2e]Fix typo in comment (#14911) 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 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)