From de613689991edd72fffc4f7b8009bf2be03c629c Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Mon, 10 Jan 2022 10:31:38 +0800 Subject: [PATCH] [skip e2e] Modify code comments according to the naming conventions (#15049) Signed-off-by: guoxiangzhou --- 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 396c4d7559..40a88a1008 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -1121,7 +1121,7 @@ type QueryCoordComponent interface { SetEtcdClient(etcdClient *clientv3.Client) // UpdateStateCode updates state code for QueryCoord - // `stateCode` is current statement of this query coord, indicating whether it's healthy. + // `stateCode` is current statement of this QueryCoord, indicating whether it's healthy. UpdateStateCode(stateCode internalpb.StateCode) // SetDataCoord set DataCoord for QueryCoord