aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-01-16 16:07:45 +0000
committerNick Clifton <nickc@redhat.com>2006-01-16 16:07:45 +0000
commitf2a8f148389321e0c9fb279c80f662518982eb67 (patch)
tree1f000539d7691bf0f73d0c786771ce67520702dc /ld
parent60e81fccbba0d51b4994ce437535f6c175d627e2 (diff)
downloadgdb-f2a8f148389321e0c9fb279c80f662518982eb67.zip
gdb-f2a8f148389321e0c9fb279c80f662518982eb67.tar.gz
gdb-f2a8f148389321e0c9fb279c80f662518982eb67.tar.bz2
Fix duplicated word typo
Diffstat (limited to 'ld')
-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 51f47af..5ee7ea7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-16 Bernhard Fischer <rep.nop@aon.at>
+
+ * ld.texinfo (Options): Fix typo.
+
2005-12-28 Jie Zhang <jie.zhang@analog.com>
* emulparams/bfin.sh: Define DATA_END_SYMBOLS and END_SYMBOLS.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 172ea7a..3c0a101 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1857,7 +1857,7 @@ value can reduce the memory requirements at the expense of speed.
@kindex --reduce-memory-overheads
@item --reduce-memory-overheads
This option reduces memory requirements at ld runtime, at the expense of
-linking speed. This was introduced to to select the old O(n^2) algorithm
+linking speed. This was introduced to select the old O(n^2) algorithm
for link map file generation, rather than the new O(n) algorithm which uses
about 40% more memory for symbol storage.