Skip to content

Commit

Permalink
chore: fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Oct 10, 2024
1 parent bab44ae commit 73aa1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/tenant/storage_layer/image_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73aa1c6

Please sign in to comment.