diff mbox series

fix a typo in rtl.texi

Message ID 20200827083847.4404-1-weiwt.fnst@cn.fujitsu.com
State New
Headers show
Series fix a typo in rtl.texi | expand

Commit Message

Wei Wentao Aug. 27, 2020, 8:38 a.m. UTC
Hi,

This patch fix a typo in rtl.texi.

Regards!

Weiwt

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

Comments

Richard Sandiford Aug. 28, 2020, 9:44 a.m. UTC | #1
Wei Wentao <weiwt.fnst@cn.fujitsu.com> 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
diff mbox series

Patch

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