diff mbox series

docs: drop unbalanced parenthesis in rtl.texi

Message ID 20210621224320.129606-1-slyfox@gentoo.org
State New
Headers show
Series docs: drop unbalanced parenthesis in rtl.texi | expand

Commit Message

Sergei Trofimovich June 21, 2021, 10:43 p.m. UTC
From: Sergei Trofimovich <siarheit@google.com>

gcc/ChangeLog:

	* doc/rtl.texi: drop unbalanced parenthesis.
---
 gcc/doc/rtl.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Liška June 22, 2021, 8:37 a.m. UTC | #1
On 6/22/21 12:43 AM, Sergei Trofimovich via Gcc-patches wrote:
> From: Sergei Trofimovich <siarheit@google.com>
> 
> gcc/ChangeLog:
> 
> 	* doc/rtl.texi: drop unbalanced parenthesis.
> ---
>   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 5af71137a87..e1e76a93a8b 100644
> --- a/gcc/doc/rtl.texi
> +++ b/gcc/doc/rtl.texi
> @@ -144,7 +144,7 @@ Currently, @file{rtl.def} defines these classes:
>   @item RTX_OBJ
>   An RTX code that represents an actual object, such as a register
>   (@code{REG}) or a memory location (@code{MEM}, @code{SYMBOL_REF}).
> -@code{LO_SUM}) is also included; instead, @code{SUBREG} and
> +@code{LO_SUM} is also included; instead, @code{SUBREG} and
>   @code{STRICT_LOW_PART} are not in this class, but in class
>   @code{RTX_EXTRA}.
>   
> 

Please push it, it's obvious.

Thanks,
Martin
diff mbox series

Patch

diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 5af71137a87..e1e76a93a8b 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -144,7 +144,7 @@  Currently, @file{rtl.def} defines these classes:
 @item RTX_OBJ
 An RTX code that represents an actual object, such as a register
 (@code{REG}) or a memory location (@code{MEM}, @code{SYMBOL_REF}).
-@code{LO_SUM}) is also included; instead, @code{SUBREG} and
+@code{LO_SUM} is also included; instead, @code{SUBREG} and
 @code{STRICT_LOW_PART} are not in this class, but in class
 @code{RTX_EXTRA}.