summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-03 09:38:36 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-03 09:38:36 +0000
commitda767db46220148636928c8ef6c9b0621b21e86a (patch)
treec9db05ccd48d28874a73ffb2a2306dae080e4f30 /binutils/objdump.c
parentade79abc84f81ad1d5624aeaa77d6b1fa05c2d52 (diff)
downloadbinutils-redhat-da767db46220148636928c8ef6c9b0621b21e86a.tar.gz
objdump: fix typo in help message
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 034514a4e2..6b996a14a8 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -242,7 +242,7 @@ usage (FILE *stream, int status)
--stop-address=ADDR Only process data whose address is <= ADDR\n\
--prefix-addresses Print complete address alongside disassembly\n\
--[no-]show-raw-insn Display hex alongside symbolic disassembly\n\
- --insn-width=WIDTH Display WIDTH bytes on a signle line for -d\n\
+ --insn-width=WIDTH Display WIDTH bytes on a single line for -d\n\
--adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n\
--special-syms Include special symbols in symbol dumps\n\
--prefix=PREFIX Add PREFIX to absolute paths for -S\n\