summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-06 13:48:51 +0000
committerNick Clifton <nickc@redhat.com>2009-07-06 13:48:51 +0000
commitd7b0f93be02efa1f70f3b74b9975a14ca187be08 (patch)
tree56c5766d95f68da4edf203d71ffe0ab38cc03fdb
parent9851a2ac7ea1a6d68ee5585f007ceb16f89c4b38 (diff)
downloadbinutils-redhat-d7b0f93be02efa1f70f3b74b9975a14ca187be08.tar.gz
* ld.texinfo: Fix typo.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 951439f0c3..551c5c1168 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-06 Matthias Klose <doko@ubuntu.com>
+
+ * ld.texinfo: Fix typo.
+
2009-07-03 Tristan Gingold <gingold@adacore.com>
* scripttempl/pep.sc: Put .eh_frame in its own section.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 57286ba9c3..dca40688d9 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -636,7 +636,7 @@ function to call.
Add the archive or object file specified by @var{namespec} to the
list of files to link. This option may be used any number of times.
If @var{namespec} is of the form @file{:@var{filename}}, @command{ld}
-will search the library path for a file called @var{filename}, otherise it
+will search the library path for a file called @var{filename}, otherwise it
will search the library path for a file called @file{lib@var{namespec}.a}.
On systems which support shared libraries, @command{ld} may also search for