doc: fix a typo in languages.texi
authorWei Wentao <weiwt.fnst@cn.fujitsu.com>
Wed, 22 Jul 2020 09:16:34 +0000 (10:16 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 22 Jul 2020 09:16:34 +0000 (10:16 +0100)
gcc/
* doc/languages.texi: Fix “then”/“than” typo.

gcc/doc/languages.texi

index 7064148..c6144f2 100644 (file)
@@ -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