Merge pull request #2038 from hs0210/work

Fix golint issue caused by typo
This commit is contained in:
Ben Kochie 2021-05-11 07:29:59 +02:00 committed by GitHub
commit c3d8fc6051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ func init() {
registerCollector("network_route", defaultDisabled, NewNetworkRouteCollector)
}
// NewSystemdCollector returns a new Collector exposing systemd statistics.
// NewNetworkRouteCollector returns a new Collector exposing systemd statistics.
func NewNetworkRouteCollector(logger log.Logger) (Collector, error) {
const subsystem = "network"