From 8a2c3ecefd3b1aa19112012bad55c74ff338996a Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 24 Dec 2021 17:14:52 +0800 Subject: [PATCH] [skip e2e]Fix comment typo (#14176) Signed-off-by: godchen0212 --- internal/querynode/impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querynode/impl.go b/internal/querynode/impl.go index 32be44b397..207e827323 100644 --- a/internal/querynode/impl.go +++ b/internal/querynode/impl.go @@ -342,7 +342,7 @@ func (node *QueryNode) LoadSegments(ctx context.Context, in *queryPb.LoadSegment return waitFunc() } -// ReleaseCollection clears all data related to this collecion on the querynode +// ReleaseCollection clears all data related to this collection on the querynode func (node *QueryNode) ReleaseCollection(ctx context.Context, in *queryPb.ReleaseCollectionRequest) (*commonpb.Status, error) { code := node.stateCode.Load().(internalpb.StateCode) if code != internalpb.StateCode_Healthy {