From af7517d80b8246240fc31e330e04bbec76b334f0 Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 24 Dec 2021 17:10:54 +0800 Subject: [PATCH] [skip e2e]Fix comment typo (#14174) Signed-off-by: godchen0212 --- internal/querynode/index_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querynode/index_info.go b/internal/querynode/index_info.go index 5fbba555ad..d8a8e59e7d 100644 --- a/internal/querynode/index_info.go +++ b/internal/querynode/index_info.go @@ -65,7 +65,7 @@ func (info *indexInfo) setIndexParams(params map[string]string) { info.indexParams = params } -// setReadyLoad the the flag to check if the index is ready to load +// setReadyLoad the flag to check if the index is ready to load func (info *indexInfo) setReadyLoad(load bool) { info.readyLoad = load }