We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ae185 commit 6e18c11Copy full SHA for 6e18c11
src/Database/LSMTree/Internal/CRC32C.hs
@@ -238,7 +238,7 @@ hGetAllCRC32C' hfs h (ChunkSize !chunkSize) !crc0
238
go bs buf crc'
239
240
241
-{- | $checksum-files
+{- $checksum-files
242
We use @.checksum@ files to help verify the integrity of on disk snapshots.
243
Each .checksum file lists the CRC-32C (Castagnoli) of other files. For further
244
details see @doc/format-directory.md@.
@@ -348,4 +348,3 @@ formatChecksumsFile checksums =
348
<> BS.word32HexFixed crc
349
<> BS.char8 '\n'
350
| (ChecksumsFileName name, CRC32C crc) <- Map.toList checksums ]
351
-
0 commit comments