* ld.texinfo (--reduce-memory-overheads): Fix typo.
authorAlan Modra <amodra@gmail.com>
Mon, 24 Oct 2005 23:07:12 +0000 (23:07 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 24 Oct 2005 23:07:12 +0000 (23:07 +0000)
ld/ChangeLog
ld/ld.texinfo

index 4d74ef9804fddd3d7f25c71735a3288d72cbf4e7..982ce721a7c4189f663913a2b411dbf308f62ff3 100644 (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
index d7673fd17244037c9501e9ebfb2e0434129a84cc..87dd20250f3cd518a1d54f688d0a0549254d8b21 100644 (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.
This page took 0.027756 seconds and 4 git commands to generate.