Skip to content

Commit 80ec1f9

Browse files
committed
f Comment
1 parent f2368ed commit 80ec1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/vss_store.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ struct VssStoreInner {
213213
store_id: String,
214214
storable_builder: StorableBuilder<RandEntropySource>,
215215
key_obfuscator: KeyObfuscator,
216-
// Per-key locks that ensures that we don't have concurrent writes to the same file. The lock also encapsulates the
217-
// latest written version per key.
216+
// Per-key locks that ensures that we don't have concurrent writes to the same namespace/key.
217+
// The lock also encapsulates the latest written version per key.
218218
locks: Mutex<HashMap<String, Arc<RwLock<u64>>>>,
219219
}
220220

0 commit comments

Comments
 (0)