Fix small typos in comments, add a comment.

The introducing paragraph README could use some more love, but let's at
least fix the typos.
This commit is contained in:
Heikki Linnakangas
2021-12-13 13:44:08 +02:00
parent 673c297949
commit 72ef59c378
4 changed files with 4 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ use storage_layer::{
Layer, PageReconstructData, PageReconstructResult, SegmentTag, RELISH_SEG_SIZE,
};
// re-export this function so that page_cache.rs can use it.
pub use crate::layered_repository::ephemeral_file::writeback as writeback_ephemeral_file;
static ZERO_PAGE: Bytes = Bytes::from_static(&[0u8; 8192]);