From e93676fb5385200b249cd1c53d95e1d6f717edaa Mon Sep 17 00:00:00 2001 From: Wei Wentao Date: Wed, 22 Jul 2020 10:16:34 +0100 Subject: doc: fix a typo in languages.texi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gcc/ * doc/languages.texi: Fix “then”/“than” typo. --- gcc/doc/languages.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/doc/languages.texi b/gcc/doc/languages.texi index 7064148..c6144f2 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 -- cgit v1.1