Browse Source

fix the uncorrect word

Signed-off-by: kcx2366425574 <18279911430@163.com>
pull/2045/head
kcx2366425574 4 years ago
parent
commit
9eff6761df
  1. 2
      collector/hwmon_linux.go

2
collector/hwmon_linux.go

@ -348,7 +348,7 @@ func (c *hwMonCollector) hwmonName(dir string) (string, error) {
// However the path of the device has to be stable:
// - /sys/devices/<bus>/<device>
// Some hardware monitors have a "name" file that exports a human
// readbale name that can be used.
// readable name that can be used.
// human readable names would be bat0 or coretemp, while a path string
// could be platform_applesmc.768

Loading…
Cancel
Save