]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
authorMaciej W. Rozycki <macro@mips.com>
Mon, 22 Jan 2018 21:05:56 +0000 (13:05 -0800)
committerMaciej W. Rozycki <macro@mips.com>
Mon, 22 Jan 2018 21:25:11 +0000 (21:25 +0000)
binutils/
* doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
option description.

(cherry picked from commit 1ea332d6931ea097d0128578a578528262df8445)

binutils/ChangeLog
binutils/doc/binutils.texi

index 0642640e521b48e2a8175a6e4c83fd5eacbfff97..05d3b475ba7df80525f23423b7c5608ffd34fc92 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-22  Maciej W. Rozycki  <macro@mips.com>
+
+       * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
+       option description.
+
 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
 
        * MAINTAINERS: Update my company e-mail address.
index 61a166390d515f67503ba7ef49071a1cef98ec7c..b862a79f96ce60c2a2772c6e3ba60eaee7357e68 100644 (file)
@@ -1635,7 +1635,7 @@ symbol table in the order they appear.
 @item --rename-section @var{oldname}=@var{newname}[,@var{flags}]
 Rename a section from @var{oldname} to @var{newname}, optionally
 changing the section's flags to @var{flags} in the process.  This has
-the advantage over usng a linker script to perform the rename in that
+the advantage over using a linker script to perform the rename in that
 the output stays as an object file and does not become a linked
 executable.