chore: fixup comment

This commit is contained in:
Vlad Lazar
2024-10-10 20:40:34 +02:00
parent 6599034410
commit c446e3d3ab

View File

@@ -21,7 +21,7 @@
//!
//! Every image layer file consists of three parts: "summary",
//! "index", and "values". The summary is a fixed size header at the
//! beginningof the file, and it contains basic information about the
//! beginning of the file, and it contains basic information about the
//! layer, and offsets to the other parts. The "index" is a B-tree,
//! mapping from Key to an offset in the "values" part. The
//! actual page images are stored in the "values" part.