From fb2e2a6405a2be9e68d5a8932514cfde3665b10d Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Fri, 29 Oct 2021 13:05:57 +0800 Subject: [PATCH] [skip ci]Fix the comment description error (#10882) Signed-off-by: cai.zhang --- internal/distributed/querycoord/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index 7461844603..c86ff6afbd 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -244,7 +244,7 @@ func (s *Server) SetRootCoord(m types.RootCoord) error { return nil } -// SetDataCoord sets the QueryCoord's client for QueryNode component. +// SetDataCoord sets the DataCoord's client for QueryCoord component. func (s *Server) SetDataCoord(d types.DataCoord) error { s.queryCoord.SetDataCoord(d) return nil