* ld.texinfo (--reduce-memory-overheads): Fix typo.

This commit is contained in:
Alan Modra
2005-10-24 23:07:12 +00:00
parent 57d975e191
commit 4f9c04f763
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-10-25 Chris Metcalf <cdmetcalf@comcast.net>
* ld.texinfo (--reduce-memory-overheads): Fix typo.
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1487

View File

@ -1857,7 +1857,7 @@ linking speed. This was introduced to 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.
Another affect of the switch is to set the default hash table size to
Another effect of the switch is to set the default hash table size to
1021, which again saves memory at the cost of lengthening the linker's
run time. This is not done however if the @option{--hash-size} switch
has been used.