[skip e2e] Modify code comments according to the naming conventions (#15049)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
guoxiangzhou 2022-01-10 10:31:38 +08:00 committed by GitHub
parent 97ea9786e1
commit de61368999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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