From patchwork Thu Sep 20 08:26:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Docs: lto.texi: Fix typo From: =?utf-8?b?6Zmz6Z+L5Lu7?= X-Patchwork-Id: 185360 Message-Id: <20120920082659.GA129@cs.nctu.edu.tw> To: gcc-patches@gcc.gnu.org Cc: Mingjie Xing Date: Thu, 20 Sep 2012 16:26:59 +0800 Fix typo. The first "are" in the statement should be "and". Signed-off-by: Chen Wei-Ren --- gcc/doc/lto.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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