* 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 4d74ef9..982ce72 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 d7673fd..87dd202 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.