]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a spelling mistake in the binutils documentation.
authorNick Clifton <nickc@redhat.com>
Mon, 24 Feb 2020 14:39:34 +0000 (14:39 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 24 Feb 2020 14:39:34 +0000 (14:39 +0000)
PR 25499
* doc/binutils.texi (objdump): Fix typo in description of
objdump's -g option.

binutils/ChangeLog
binutils/doc/binutils.texi

index 5b2f876551bc4fdc2210e8847c88c0aa59ed25a8..3cda3fd743989cd54702a38ea5c5d77cdfbf00b0 100644 (file)
@@ -1,3 +1,9 @@
+2020-02-24  Nick Clifton  <nickc@redhat.com>
+
+       PR 25499
+       * doc/binutils.texi (objdump): Fix typo in description of
+       objdump's -g option.
+
 2020-02-20  Nelson Chu  <nelson.chu@sifive.com>
 
        * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
index 289d7b14a3a661bde493c2f7202a2bdb48e42d56..3099e3f545eb18267a1cd86b5a44af752cfaacf1 100644 (file)
@@ -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.