Skip to content

Commit 2edd366

Browse files
committed
fix comments
1 parent d751c99 commit 2edd366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/segment/src/id_tracker/mutable_id_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ fn store_mapping_changes(mappings_path: &Path, changes: &[MappingChange]) -> Ope
440440
))
441441
})?;
442442

443-
// Flush file contents to ensure all data is written to the OS.
443+
// Flush file contents to ensure all data is written.
444444
file.flush().map_err(|err| {
445445
OperationError::service_error(format!(
446446
"Failed to flush ID tracker point mappings ({}): {err}",

0 commit comments

Comments
 (0)