Skip to content

Commit

Permalink
scripts/bloat-o-meter: fix typos in help
Browse files Browse the repository at this point in the history
The bloat-o-meter script has two typos in the help, fix both.

Fixes: 192efb7 ("bloat-o-meter: provide 3 different arguments for data, function and All")
Signed-off-by: Matteo Croce <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
teknoraver authored and masahir0y committed Mar 8, 2018
1 parent 638e69c commit 61fc470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bloat-o-meter
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ signal(SIGPIPE, SIG_DFL)
if len(sys.argv) < 3:
sys.stderr.write("usage: %s [option] file1 file2\n" % sys.argv[0])
sys.stderr.write("The options are:\n")
sys.stderr.write("-c cateogrize output based on symbole type\n")
sys.stderr.write("-c categorize output based on symbol type\n")
sys.stderr.write("-d Show delta of Data Section\n")
sys.stderr.write("-t Show delta of text Section\n")
sys.exit(-1)
Expand Down

0 comments on commit 61fc470

Please sign in to comment.