[PATCH] docs: drop unbalanced parenthesis in rtl.texi

Martin Liška mliska@suse.cz
Tue Jun 22 08:37:24 GMT 2021


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


More information about the Gcc-patches mailing list