Wei Wentao <weiwt.f...@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