[skip ci]Refine etcd name in comments (#12798)

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

View File

@ -176,7 +176,7 @@ func (inm *Mock) Stop() error {
return nil
}
// Register registers an IndexNode role in ETCD, if the internal member `Err` is true, it will return an error.
// Register registers an IndexNode role in etcd, if the internal member `Err` is true, it will return an error.
func (inm *Mock) Register() error {
if inm.Err {
return errors.New("IndexNode register failed")