From 8c5260c938c2a01c117b5708e7bb220c8e2a731f Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Sat, 25 Dec 2021 14:46:21 +0800 Subject: [PATCH] [skip e2e] Fix comment for SystemTopologyNode (#14099) Signed-off-by: dragondriver --- internal/util/metricsinfo/topology.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/metricsinfo/topology.go b/internal/util/metricsinfo/topology.go index bd026d2fb0..c70e9f06b1 100644 --- a/internal/util/metricsinfo/topology.go +++ b/internal/util/metricsinfo/topology.go @@ -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"`