This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] binutils/doc: Fix a "using" typo in `objcopy --rename-section' description


	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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]