aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-10-29 16:03:33 +1030
committerAlan Modra <amodra@gmail.com>2015-10-29 19:42:49 +1030
commitd85063237a6a579905f9a3ead5749fb4e931dec3 (patch)
tree15a287bf4a1b596e232329bde8eb3e47a26f8d58 /ld/ld.texinfo
parent941c9cadbb254c37b945e55379b5fd4006034129 (diff)
downloadgdb-d85063237a6a579905f9a3ead5749fb4e931dec3.zip
gdb-d85063237a6a579905f9a3ead5749fb4e931dec3.tar.gz
gdb-d85063237a6a579905f9a3ead5749fb4e931dec3.tar.bz2
fix typo in ld's texinfo
* ld.texinfo (Options <-rpath>): Fix typo.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo2
1 files changed, 1 insertions, 1 deletions
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