diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-03 09:38:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-03 09:38:37 +0000 |
commit | 505f141243bc0d34cda55cb2e5f6cd3697367e0d (patch) | |
tree | ce3e2153e9d3d2951d5e7d893f982094a83e2f00 /binutils/objdump.c | |
parent | ced54c8ff84033a6b1d9d0a7cc76c7b6a32fe37f (diff) | |
download | gdb-505f141243bc0d34cda55cb2e5f6cd3697367e0d.zip gdb-505f141243bc0d34cda55cb2e5f6cd3697367e0d.tar.gz gdb-505f141243bc0d34cda55cb2e5f6cd3697367e0d.tar.bz2 |
objdump: fix typo in help message
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 034514a..6b996a1 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\ |