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

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

View File

@ -288,7 +288,7 @@ type IndexNodeComponent 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)
}