diff options
author | Wei Wentao <weiwt.fnst@cn.fujitsu.com> | 2020-08-28 10:43:56 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2020-08-28 10:43:56 +0100 |
commit | 3b062fc43e1b564e2e18b5c89aa7b5463fcba735 (patch) | |
tree | 51e6e695acdb40d4ad6d889b74463d9cdde88878 | |
parent | 43f3e695699cb4bde7824f9d05bd618f13d2c8b8 (diff) | |
download | gcc-3b062fc43e1b564e2e18b5c89aa7b5463fcba735.zip gcc-3b062fc43e1b564e2e18b5c89aa7b5463fcba735.tar.gz gcc-3b062fc43e1b564e2e18b5c89aa7b5463fcba735.tar.bz2 |
fix a typo in rtl.texi
gcc/
* doc/rtl.texi: Fix typo.
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 501fa1a..f8e1f95 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 |