[skip ci]Update etcd name in comments (#12800)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12806/head
yanliang567 2021-12-06 19:01:49 +08:00 committed by GitHub
parent 694e3f72a1
commit b2402cd916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ func (i *IndexCoord) watchNodeLoop() {
}
}
// watchMetaLoop is used to monitor whether the Meta in ETCD has been changed.
// watchMetaLoop is used to monitor whether the Meta in etcd has been changed.
func (i *IndexCoord) watchMetaLoop() {
ctx, cancel := context.WithCancel(i.loopCtx)