2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Sep 2012 09:26:07 +0000 (09:26 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Sep 2012 09:26:07 +0000 (09:26 +0000)
doc/lto.texi: Correct typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191559 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/lto.texi

index 840be17..8223bef 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 73fd831..68f8759 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