diff options
author | Chen Wei-Ren <chenwj@iis.sinica.edu.tw> | 2012-09-20 17:26:07 +0800 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2012-09-20 09:26:07 +0000 |
commit | a77fa1fcceb8b0e07caffebba58c50d6db31b636 (patch) | |
tree | cff85c646702fa89173a30c1ebcb2d1e45e2b959 | |
parent | 6c74ce92d54a4477b46288f6b3cd13d55885d350 (diff) | |
download | gcc-a77fa1fcceb8b0e07caffebba58c50d6db31b636.zip gcc-a77fa1fcceb8b0e07caffebba58c50d6db31b636.tar.gz gcc-a77fa1fcceb8b0e07caffebba58c50d6db31b636.tar.bz2 |
2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
doc/lto.texi: Correct typo.
From-SVN: r191559
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/lto.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 840be17..8223bef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 73fd831..68f8759 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -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 |