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