Re: [PATCH] fix a typo in rtl.texi

2020-08-28 Thread Richard Sandiford
Wei Wentao  writes:
> Hi,
>
> This patch fix a typo in rtl.texi.
>
> Regards!
>
> Weiwt
>
> ---
>  gcc/doc/rtl.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
> index 501fa1a31da..f8e1f950823 100644
> --- a/gcc/doc/rtl.texi
> +++ b/gcc/doc/rtl.texi
> @@ -3954,7 +3954,7 @@ variable.
>  @findex NOTE_INSN_BEGIN_STMT
>  @item NOTE_INSN_BEGIN_STMT
>  This note is used to generate @code{is_stmt} markers in line number
> -debuggign information.  It indicates the beginning of a user
> +debugging information.  It indicates the beginning of a user
>  statement.
>  
>  @findex NOTE_INSN_INLINE_ENTRY

Thanks, pushed to master.

Richard


[PATCH] fix a typo in rtl.texi

2020-08-27 Thread Wei Wentao
Hi,

This patch fix a typo in rtl.texi.

Regards!

Weiwt

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

diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 501fa1a31da..f8e1f950823 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -3954,7 +3954,7 @@ variable.
 @findex NOTE_INSN_BEGIN_STMT
 @item NOTE_INSN_BEGIN_STMT
 This note is used to generate @code{is_stmt} markers in line number
-debuggign information.  It indicates the beginning of a user
+debugging information.  It indicates the beginning of a user
 statement.
 
 @findex NOTE_INSN_INLINE_ENTRY
-- 
2.18.1