Skip to content

Commit

Permalink
complete comment; #6673 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Feb 14, 2024
1 parent ab51748 commit 6a55ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/tenant/ephemeral_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct EphemeralFile {
/// The other pages, which can no longer be modified, are accessed through the page cache.
///
/// None <=> IO is ongoing.
/// Size is al
/// Size is fixed to PAGE_SZ at creation time and must not be changed.
mutable_tail: Option<BytesMut>,
}

Expand Down

0 comments on commit 6a55ac7

Please sign in to comment.