This is the mail archive of the binutils-cvs@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]

[binutils-gdb] ld.texinfo, use "affects" instead of "effects"


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d2732b697fe56ff4274a4bc45add9386c17f8a07

commit d2732b697fe56ff4274a4bc45add9386c17f8a07
Author: Alan Modra <amodra@gmail.com>
Date:   Tue May 9 17:10:17 2017 +0930

    ld.texinfo, use "affects" instead of "effects"
    
    	* ld.texinfo (orphan sections): Grammar fix.

Diff:
---
 ld/ChangeLog  | 4 ++++
 ld/ld.texinfo | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index e057b4d..929248c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-09  Benjamin Peterson  <bp@benjamin.pe>
+
+	* ld.texinfo (orphan sections): Grammar fix.
+
 2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* testsuite/ld-ifunc/ifunc-16-x86-64-now.d: New file.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 2626b5d..653bfb8 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1038,7 +1038,7 @@ specifically mentioned in a linker script.  @xref{Orphan Sections}.
 @item place
 Orphan sections are placed into a suitable output section following
 the strategy described in @ref{Orphan Sections}.  The option
-@samp{--unique} also effects how sections are placed.
+@samp{--unique} also affects how sections are placed.
 
 @item discard
 All orphan sections are discarded, by placing them in the


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