diff options
author | Nick Clifton <nickc@redhat.com> | 2006-01-16 16:07:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-01-16 16:07:45 +0000 |
commit | f2a8f148389321e0c9fb279c80f662518982eb67 (patch) | |
tree | 1f000539d7691bf0f73d0c786771ce67520702dc /ld/ld.texinfo | |
parent | 60e81fccbba0d51b4994ce437535f6c175d627e2 (diff) | |
download | gdb-f2a8f148389321e0c9fb279c80f662518982eb67.zip gdb-f2a8f148389321e0c9fb279c80f662518982eb67.tar.gz gdb-f2a8f148389321e0c9fb279c80f662518982eb67.tar.bz2 |
Fix duplicated word typo
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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. |