From 5d6fb852bb94050c603450d0a0ce8b275618e02d Mon Sep 17 00:00:00 2001 From: Harmen Date: Tue, 29 Sep 2015 20:52:33 +0200 Subject: [PATCH] fix copy-paste error in comment Comment seems to be copied from netdev_linux.go, where it is correct. --- collector/stat_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/stat_linux.go b/collector/stat_linux.go index 08829102..ca9dfabb 100644 --- a/collector/stat_linux.go +++ b/collector/stat_linux.go @@ -43,7 +43,7 @@ func init() { } // Takes a prometheus registry and returns a new Collector exposing -// network device stats. +// kernel/system statistics. func NewStatCollector() (Collector, error) { return &statCollector{ cpu: prometheus.NewCounterVec(