From: Wei Wentao Date: Wed, 22 Jul 2020 09:16:34 +0000 (+0100) Subject: doc: fix a typo in languages.texi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e93676fb5385200b249cd1c53d95e1d6f717edaa;p=gcc.git doc: fix a typo in languages.texi gcc/ * doc/languages.texi: Fix “then”/“than” typo. --- 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