Skip to content

Commit

Permalink
fix structural typo
Browse files Browse the repository at this point in the history
Signed-off-by: Theera K. <[email protected]>
  • Loading branch information
tkittich authored Sep 7, 2024
1 parent 0b25b6f commit 63f92dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/arc_summary
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def section_arc(kstats_dict):
l2_hdr_size = arc_stats['l2_hdr_size']
abd_chunk_waste_size = arc_stats['abd_chunk_waste_size']

prt_1('ARC structal breakdown (current size):', f_bytes(arc_size))
prt_1('ARC structural breakdown (current size):', f_bytes(arc_size))
prt_i2('Compressed size:',
f_perc(compressed_size, arc_size), f_bytes(compressed_size))
prt_i2('Overhead size:',
Expand Down

0 comments on commit 63f92dd

Please sign in to comment.