Skip to content

Commit

Permalink
typo (#3928)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi authored Dec 5, 2024
1 parent 66770af commit 35b195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/store-histogram/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fn calc(info: &[(usize, usize)], bin_widths: Vec<usize>, offset: i64) {
eprintln!("slot range: {}", max_inclusive - min + 1);
eprintln!("ancient boundary: {}", outside_slot);
eprintln!(
"number of slots beyond ancient bondary: {}",
"number of slots beyond ancient boundary: {}",
info.iter()
.filter(|x| x.0 < max_inclusive - outside_slot)
.count()
Expand Down

0 comments on commit 35b195b

Please sign in to comment.