From 338f4be207bca21d80e02a6734b0a66830ee04c9 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 2 Sep 2017 00:29:41 +0530 Subject: [PATCH] objdump: fix minor grammar issues --- pages/linux/objdump.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/objdump.md b/pages/linux/objdump.md index 96146f1b7..aafbe48ec 100644 --- a/pages/linux/objdump.md +++ b/pages/linux/objdump.md @@ -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}}`