mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Merge pull request #2045 from kcx2366425574/master
fix the uncorrect word
This commit is contained in:
commit
f04d5569a2
|
@ -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…
Reference in a new issue