Skip to content

Commit 336c45c

Browse files
committed
linter issue fix
1 parent 7103c52 commit 336c45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sysfs/meminfo_numa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/prometheus/procfs/internal/util"
2929
)
3030

31-
// Meminfo represents memory statistics for NUMA node
31+
// Meminfo represents memory statistics for NUMA node.
3232
type Meminfo struct {
3333
MemTotal uint64
3434
MemFree uint64

0 commit comments

Comments
 (0)