Browse Source

fix copy-paste error in comment

Comment seems to be copied from netdev_linux.go, where it is correct.
pull/126/head
Harmen 9 years ago
parent
commit
5d6fb852bb
  1. 2
      collector/stat_linux.go

2
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(

Loading…
Cancel
Save