objdump: fix minor grammar issues

coverage
Agniva De Sarker 2017-09-02 00:29:41 +05:30
parent 716afd19e1
commit 338f4be207
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# objdump
> View information on object files.
> View information about object files.
- Display the file header information:
@ -10,6 +10,6 @@
`objdump -d {{binary}}`
- Display complete binary hex dump of all sections:
- Display a complete binary hex dump of all sections:
`objdump -s {{binary}}`