Fix typo in LTO documentation (PR lto/50345).
authorPaulo Matos <paulo@matos-sorge.com>
Wed, 19 Apr 2017 12:00:47 +0000 (12:00 +0000)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 19 Apr 2017 12:00:47 +0000 (12:00 +0000)
2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>

PR lto/50345
* doc/lto.texi: Remove an extra 'that'.

From-SVN: r246995

gcc/ChangeLog
gcc/doc/lto.texi

index 15cc6c889f773d6914444433783df170814c776d..143af9bf5d76c7be5e825904b3dc4ebd7dbf168c 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
+
+       PR lto/50345
+       * doc/lto.texi: Remove an extra 'that'.
+
 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR rtl-optimization/80429
index 1d36f744d5519631993b908391411b3dfbff29ce..990c06f9444018211e4fe0a2b72032d9af80a98f 100644 (file)
@@ -43,7 +43,7 @@ existing build systems, as one can, for instance, produce archives of
 the files.  Additionally, one might be able to ship one set of fat
 objects which could be used both for development and the production of
 optimized builds.  A, perhaps surprising, side effect of this feature
-is that any mistake in the toolchain that leads to LTO information not
+is that any mistake in the toolchain leads to LTO information not
 being used (e.g.@: an older @code{libtool} calling @code{ld} directly).
 This is both an advantage, as the system is more robust, and a
 disadvantage, as the user is not informed that the optimization has