Fix typo in description of --start-group/--end-group options.
authorNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:54:58 +0000 (14:54 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:54:58 +0000 (14:54 +0000)
PR 24175
* ld.texi (Options): Add missing word to the description of the
--start-group option.

ld/ChangeLog
ld/ld.texi

index 03aa884..a142917 100644 (file)
@@ -1,3 +1,9 @@
+2019-02-07  Nick Clifton  <nickc@redhat.com>
+
+       PR 24175
+       * ld.texi (Options): Add missing word to the description of the
+       --start-group option.
+
 2019-02-06  Alan Modra  <amodra@gmail.com>
 
        PR ld/24008
index 9bede66..7447c6e 100644 (file)
@@ -1317,7 +1317,7 @@ the order that it is specified on the command line.  If a symbol in that
 archive is needed to resolve an undefined symbol referred to by an
 object in an archive that appears later on the command line, the linker
 would not be able to resolve that reference.  By grouping the archives,
-they all be searched repeatedly until all possible references are
+they will all be searched repeatedly until all possible references are
 resolved.
 
 Using this option has a significant performance cost.  It is best to use