Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Oct 30, 2023
1 parent 0cd934d commit 9fa4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downstairs/src/extent_inner_raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ impl RawInner {
&mut self,
block_contexts: &[DownstairsBlockContext],
) -> Result<(), CrucibleError> {
// If any of these block contexts will be overwriting an unsyched
// If any of these block contexts will be overwriting an unsynched
// context slot, then we insert a sync here.
let needs_sync = block_contexts.iter().any(|block_context| {
let block = block_context.block as usize;
Expand Down

0 comments on commit 9fa4d6c

Please sign in to comment.