From 08102b89459f2950d15fe7231d47ce174fccc9b7 Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 24 Dec 2021 17:28:20 +0800 Subject: [PATCH] [skip e2e]Fix comment typo (#14178) 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 3c60b2f9e4..60e88da450 100644 --- a/internal/querynode/impl.go +++ b/internal/querynode/impl.go @@ -188,7 +188,7 @@ func (node *QueryNode) RemoveQueryChannel(ctx context.Context, in *queryPb.Remov return status, nil } -// WatchDmChannels create consumers on dmChannels to reveive Incremental data,which is the important part of real-time query +// WatchDmChannels create consumers on dmChannels to receive Incremental data,which is the important part of real-time query func (node *QueryNode) WatchDmChannels(ctx context.Context, in *queryPb.WatchDmChannelsRequest) (*commonpb.Status, error) { code := node.stateCode.Load().(internalpb.StateCode) if code != internalpb.StateCode_Healthy {