Update comment on MemPostings.lvs

There was a missing verb there.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
This commit is contained in:
Oleg Zaytsev 2024-12-16 17:20:51 +01:00
parent ac4f8a5e23
commit 17d5bc4e54
No known key found for this signature in database
GPG Key ID: 7E9FE9FD48F512EF

View File

@ -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