[committed] binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
Maciej W. Rozycki
macro@mips.com
Mon Jan 22 21:33:00 GMT 2018
binutils/
* doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
option description.
---
Hi,
Applied to master and backported to 2.30.
Maciej
---
binutils/doc/binutils.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
binutils-objcopy-rename-doc.diff
Index: binutils/binutils/doc/binutils.texi
===================================================================
--- binutils.orig/binutils/doc/binutils.texi 2018-01-10 20:12:50.000000000 +0000
+++ binutils/binutils/doc/binutils.texi 2018-01-17 13:20:04.798336498 +0000
@@ -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
mailing list