diff mbox series

doc: fix a typo in languages.texi

Message ID 20200722030430.4360-1-weiwt.fnst@cn.fujitsu.com
State New
Headers show
Series doc: fix a typo in languages.texi | expand

Commit Message

Wei Wentao July 22, 2020, 3:04 a.m. UTC
hi,
This patch fix a typo in languages.texi.

Regards!
weiwt

---
 gcc/doc/languages.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Sandiford July 22, 2020, 9:17 a.m. UTC | #1
Wei Wentao <weiwt.fnst@cn.fujitsu.com> writes:
> hi,
> This patch fix a typo in languages.texi.

Thanks for the patch, pushed to master.

Richard

>
> Regards!
> weiwt
>
> ---
>  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
diff mbox series

Patch

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