mirror of
https://github.com/prometheus/prometheus
synced 2024-12-22 06:30:08 +00:00
Update comment on MemPostings.lvs
There was a missing verb there. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
This commit is contained in:
parent
ac4f8a5e23
commit
17d5bc4e54
@ -72,7 +72,7 @@ type MemPostings struct {
|
||||
// lvs holds the label values for each label name.
|
||||
// lvs[name] is essentially an unsorted append-only list of all keys in m[name]
|
||||
// mtx must be held when interacting with lvs.
|
||||
// Since it's append-only, it is safe to the label values slice after releasing the lock.
|
||||
// Since it's append-only, it is safe to read the label values slice after releasing the lock.
|
||||
lvs map[string][]string
|
||||
|
||||
ordered bool
|
||||
|
Loading…
Reference in New Issue
Block a user