From d4d3e5f184f8a3e1ecdb271de171e52eb963cba7 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Tue, 4 Jul 2017 20:37:55 +0100 Subject: [PATCH] correct comment --- render/host.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/render/host.go b/render/host.go index c7e7281bb..be6c8b34e 100644 --- a/render/host.go +++ b/render/host.go @@ -36,9 +36,9 @@ var HostRenderer = MakeReduce( // (including other pseudo nodes), it will drop the node. // // Otherwise, this function will produce a node with the correct ID -// format for a container, but without any Major or Minor labels. -// It does not have enough info to do that, and the resulting graph -// must be merged with a container graph to get that info. +// format for a host, but without any Major or Minor labels. It does +// not have enough info to do that, and the resulting graph must be +// merged with a host graph to get that info. func MapX2Host(n report.Node, _ report.Networks) report.Nodes { // Don't propagate all pseudo nodes - we do this in MapEndpoint2Host if n.Topology == Pseudo {