doc: fix a typo in languages.texi

gcc/
	* doc/languages.texi: Fix “then”/“than” typo.
This commit is contained in:
Wei Wentao 2020-07-22 10:16:34 +01:00 committed by Richard Sandiford
parent c58dde8890
commit e93676fb53
1 changed files with 1 additions and 1 deletions

View 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