From: Chen Wei-Ren Date: Thu, 20 Sep 2012 09:26:07 +0000 (+0800) Subject: 2012-09-20 Chen Wei-Ren X-Git-Tag: misc/gccgo-go1_1_2~730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77fa1fcceb8b0e07caffebba58c50d6db31b636;p=thirdparty%2Fgcc.git 2012-09-20 Chen Wei-Ren doc/lto.texi: Correct typo. From-SVN: r191559 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 840be17aa7d3..8223bef2567c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-20 Chen Wei-Ren + + doc/lto.texi: Correct typo. + 2012-09-19 Dehao Chen * config/s390/s390.c (s390_chunkify_start): Replacing INSN_LOCATOR. diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 73fd8315658e..68f875935fe7 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