Skip to content

Commit ee6a7c2

Browse files
etheverfamouscat
and
famouscat
authored
fix a small typo (#2165)
Co-authored-by: famouscat <[email protected]>
1 parent c4e2708 commit ee6a7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reader/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl InnerIndexReader {
191191
}
192192
/// Opens the freshest segments [`SegmentReader`].
193193
///
194-
/// This function acquires a lot to prevent GC from removing files
194+
/// This function acquires a lock to prevent GC from removing files
195195
/// as we are opening our index.
196196
fn open_segment_readers(index: &Index) -> crate::Result<Vec<SegmentReader>> {
197197
// Prevents segment files from getting deleted while we are in the process of opening them

0 commit comments

Comments
 (0)