diff options
author | Nick Clifton <nickc@redhat.com> | 2020-02-24 14:39:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-02-24 14:39:34 +0000 |
commit | 83d4d556e29da05aa7aec28ae53be7524c05bedd (patch) | |
tree | 4e6969064595ebfd2577af6df22382cfdf444830 /binutils/doc/binutils.texi | |
parent | a88ef40d0f21342bb5ce01ce677846995ca0d133 (diff) | |
download | gdb-83d4d556e29da05aa7aec28ae53be7524c05bedd.zip gdb-83d4d556e29da05aa7aec28ae53be7524c05bedd.tar.gz gdb-83d4d556e29da05aa7aec28ae53be7524c05bedd.tar.bz2 |
Fix a spelling mistake in the binutils documentation.
PR 25499
* doc/binutils.texi (objdump): Fix typo in description of
objdump's -g option.
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 289d7b1..3099e3f 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2262,7 +2262,7 @@ possible and any bug reports about such an event will be rejected. @itemx --debugging Display debugging information. This attempts to parse STABS debugging format information stored in the file and print it out using -a C like syntax. If no STABS debuging was found this option +a C like syntax. If no STABS debugging was found this option falls back on the @option{-W} option to print any DWARF information in the file. |