Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Jan 2, 2025
1 parent 27ae7b2 commit e0fd994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/LSMTree/Internal/WriteBufferReader.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ readWriteBuffer reg resolve hfs hbio wbPaths =
Empty -> pure acc
ReadEntry key entry -> readEntriesAcc $ WB.addEntry resolve key (rawBlobRefSpan <$> toFullEntry entry) acc

-- | Allows reading the k\/ops of a run incrementally, using its own read-only
-- file handle and in-memory cache of the current disk page.
-- | Allows reading the k\/ops of a serialised write buffer incrementally,
-- using its own read-only file handle and in-memory cache of the current disk page.
--
-- New pages are loaded when trying to read their first entry.
data WriteBufferReader m h = WriteBufferReader {
Expand Down

0 comments on commit e0fd994

Please sign in to comment.