From e93676fb5385200b249cd1c53d95e1d6f717edaa Mon Sep 17 00:00:00 2001 From: Wei Wentao Date: Wed, 22 Jul 2020 10:16:34 +0100 Subject: [PATCH] doc: fix a typo in languages.texi MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit gcc/ * doc/languages.texi: Fix “then”/“than” typo. --- gcc/doc/languages.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/languages.texi b/gcc/doc/languages.texi index 70641482a1d..c6144f253c5 100644 --- a/gcc/doc/languages.texi +++ b/gcc/doc/languages.texi @@ -21,7 +21,7 @@ GCC, has several advantages: target machines already present in GCC@. @item GCC front ends benefit from all the optimizations in GCC@. Some of these, such as alias analysis, may work better when GCC is -compiling directly from source code then when it is compiling from +compiling directly from source code than when it is compiling from generated C code. @item Better debugging information is generated when compiling directly from source code than when going via intermediate generated C -- 2.30.2