From 0f605f729e2059b7b2792e52fb9c7a3f4df7cd1c Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 19 Apr 2017 12:00:47 +0000 Subject: [PATCH] Fix typo in LTO documentation (PR lto/50345). 2017-04-19 Paulo J. Matos PR lto/50345 * doc/lto.texi: Remove an extra 'that'. From-SVN: r246995 --- gcc/ChangeLog | 5 +++++ gcc/doc/lto.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 15cc6c889f7..143af9bf5d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-04-19 Paulo J. Matos + + PR lto/50345 + * doc/lto.texi: Remove an extra 'that'. + 2017-04-19 Segher Boessenkool PR rtl-optimization/80429 diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 1d36f744d55..990c06f9444 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -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 -- 2.30.2