[skip ci]Fix the comment description error (#10882)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-29 13:05:57 +08:00 committed by GitHub
parent ad2cfdd99f
commit fb2e2a6405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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