Skip to content

Commit 092eb26

Browse files
committed
ct/lsm: update comment
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
1 parent 8944b9a commit 092eb26

File tree

1 file changed

+2
-2
lines changed
  • src/v/cloud_topics/level_one/metastore/lsm

1 file changed

+2
-2
lines changed

src/v/cloud_topics/level_one/metastore/lsm/values.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ struct metadata_row_value
2828
kafka::offset start_offset{};
2929
kafka::offset next_offset{};
3030
partition_state::compaction_epoch_t compaction_epoch{0};
31-
// Rolled-up estimate of the partition's size in bytes, updated
32-
// incrementally as extents are added/removed.
31+
// Partition's size in bytes, updated incrementally as extents are
32+
// added/removed.
3333
size_t size{0};
3434
};
3535

0 commit comments

Comments
 (0)