objdump: fix minor grammar issues
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user