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] fix typo in ld's texinfo


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

commit d85063237a6a579905f9a3ead5749fb4e931dec3
Author: Matthias Klose <doko@ubuntu.com>
Date:   Thu Oct 29 16:03:33 2015 +1030

    fix typo in ld's texinfo
    
    	* ld.texinfo (Options <-rpath>): Fix typo.

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

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5b9ac97..d187c0c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-29  Matthias Klose  <doko@ubuntu.com>
+
+	* ld.texinfo (Options <-rpath>): Fix typo.
+
 2015-10-28  Alan Modra  <amodra@gmail.com>
 
 	PR ld/19162
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 8374ccf..c0da112 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1801,7 +1801,7 @@ ELF executable, the contents of the environment variable
 @code{LD_RUN_PATH} will be used if it is defined.
 
 The @option{-rpath} option may also be used on SunOS.  By default, on
-SunOS, the linker will form a runtime search patch out of all the
+SunOS, the linker will form a runtime search path out of all the
 @option{-L} options it is given.  If a @option{-rpath} option is used, the
 runtime search path will be formed exclusively using the @option{-rpath}
 options, ignoring the @option{-L} options.  This can be useful when using


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