X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=show-blocks;h=49e1770e5bd0bf4f0233fda1e59f3a91eba28e31;hb=e460ccd6d13bb2cc4939fb860b50964dfbd3c247;hp=0164be9649d20860379e7e86fbd9f3691fbd3818;hpb=b8420fabb8c675dd607eb98ff362ac69a18b4264;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/show-blocks b/show-blocks index 0164be9..49e1770 100755 --- a/show-blocks +++ b/show-blocks @@ -224,7 +224,7 @@ elif options.input_file: shapeit(data) # try to drop out the least common data points by creating -# a historgram of the sectors seen. +# a histogram of the sectors seen. sectors = data[:,0] sizes = data[:,1] datalen = len(data) @@ -237,7 +237,7 @@ bytes_per_cell = byte_range / total_cells f = figure(figsize=(8,6)) -# Throughput goes at the botoom +# Throughput goes at the bottom a = subplot(1, 1, 1) subplots_adjust(right=0.7) datai = 0