]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
authorChen Wei-Ren <chenwj@iis.sinica.edu.tw>
Thu, 20 Sep 2012 09:26:07 +0000 (17:26 +0800)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 20 Sep 2012 09:26:07 +0000 (09:26 +0000)
doc/lto.texi: Correct typo.

From-SVN: r191559

gcc/ChangeLog
gcc/doc/lto.texi

index 840be17aa7d3c8308d89a6b97dffc0e9888b61d0..8223bef2567c73b6e9d361aaeada24470f8abb05 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-20  Chen Wei-Ren  <chenwj@iis.sinica.edu.tw>
+
+       doc/lto.texi: Correct typo.
+
 2012-09-19  Dehao Chen  <dehao@google.com>
 
        * config/s390/s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.
index 73fd8315658e50fb0caf3b826e723f3765fee8a7..68f875935fe786baa4dc574df225d5eb8ce210c4 100644 (file)
@@ -455,7 +455,7 @@ alone.  The problem is that propagation of inter-procedural
 information does not work well across functions and variables
 that are called or referenced by other compilation units (such as
 from a dynamically linked library).  We say that such functions
-are variables are @emph{externally visible}.
+and variables are @emph{externally visible}.
 
 To make the situation even more difficult, many applications
 organize themselves as a set of shared libraries, and the default