[binutils-gdb/binutils-2_30-branch] binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
Maciej W.Rozycki
macro@sourceware.org
Mon Jan 22 21:29:00 GMT 2018
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0ef658711b62d6607916fd9a242eb3e6cea21e7d
commit 0ef658711b62d6607916fd9a242eb3e6cea21e7d
Author: Maciej W. Rozycki <macro@mips.com>
Date: Mon Jan 22 13:05:56 2018 -0800
binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
binutils/
* doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
option description.
(cherry picked from commit 1ea332d6931ea097d0128578a578528262df8445)
Diff:
---
binutils/ChangeLog | 5 +++++
binutils/doc/binutils.texi | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0642640..05d3b47 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,10 @@
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.
2018-01-22 Nick Clifton <nickc@redhat.com>
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 61a1663..b862a79 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -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.
More information about the Binutils-cvs
mailing list