aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/procfs/proc_fdinfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/prometheus/procfs/proc_fdinfo.go')
-rw-r--r--vendor/github.com/prometheus/procfs/proc_fdinfo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/prometheus/procfs/proc_fdinfo.go b/vendor/github.com/prometheus/procfs/proc_fdinfo.go
index 0c9c402..a76ca70 100644
--- a/vendor/github.com/prometheus/procfs/proc_fdinfo.go
+++ b/vendor/github.com/prometheus/procfs/proc_fdinfo.go
@@ -41,7 +41,7 @@ type ProcFDInfo struct {
41 Flags string 41 Flags string
42 // Mount point ID 42 // Mount point ID
43 MntID string 43 MntID string
44 // List of inotify lines (structed) in the fdinfo file (kernel 3.8+ only) 44 // List of inotify lines (structured) in the fdinfo file (kernel 3.8+ only)
45 InotifyInfos []InotifyInfo 45 InotifyInfos []InotifyInfo
46} 46}
47 47