From 97c798dc35bfc07b768b9307cbb52c66f1b072b6 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Mon, 24 Aug 2020 17:55:44 +0300 Subject: [PATCH] Fix TagSet comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivan Mirić --- stats/system_tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/system_tag.go b/stats/system_tag.go index 4a7496babaf..48000bdfecb 100644 --- a/stats/system_tag.go +++ b/stats/system_tag.go @@ -33,7 +33,7 @@ import ( type SystemTagSet uint32 // TagSet is a string to bool map (for lookup efficiency) that is used to keep track -// which system tags and non-system tags should be included with with metrics. +// of which system tags and non-system tags to include. type TagSet map[string]bool // UnmarshalText converts the tag list to TagSet.