From acd792515defc697ba1e0c2d80116cfebdab407d Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 24 Dec 2021 17:16:41 +0800 Subject: [PATCH] [skip e2e]Fix comment typo (#14177) 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 207e827323..3c60b2f9e4 100644 --- a/internal/querynode/impl.go +++ b/internal/querynode/impl.go @@ -238,7 +238,7 @@ func (node *QueryNode) WatchDmChannels(ctx context.Context, in *queryPb.WatchDmC return waitFunc() } -// WatchDeltaChannels create consumers on dmChannels to reveive Incremental data,which is the important part of real-time query +// WatchDeltaChannels create consumers on dmChannels to receive Incremental data,which is the important part of real-time query func (node *QueryNode) WatchDeltaChannels(ctx context.Context, in *queryPb.WatchDeltaChannelsRequest) (*commonpb.Status, error) { code := node.stateCode.Load().(internalpb.StateCode) if code != internalpb.StateCode_Healthy {