[skip e2e] Fix comment for SystemTopologyNode (#14099)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13878/head
Jiquan Long 2021-12-25 14:46:21 +08:00 committed by GitHub
parent 741f9b81b1
commit 8c5260c938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ type ConnectionEdge struct {
TargetType ConnectionTargetType `json:"target_type"` // RootCoord, DataCoord ...
}
// SystemTopologyNode is a node in system topogoly graph.
// SystemTopologyNode is a node in system topology graph.
type SystemTopologyNode struct {
Identifier int `json:"identifier"` // unique in the SystemTopology graph
Connected []ConnectionEdge `json:"connected"`