]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: drop unbalanced parenthesis in rtl.texi
authorSergei Trofimovich <siarheit@google.com>
Mon, 21 Jun 2021 22:39:56 +0000 (23:39 +0100)
committerSergei Trofimovich <siarheit@google.com>
Tue, 22 Jun 2021 17:03:46 +0000 (18:03 +0100)
gcc/ChangeLog:

* doc/rtl.texi: drop unbalanced parenthesis.

gcc/doc/rtl.texi

index 5af71137a878b33a0331f9dcb74189215e26dbdf..e1e76a93a8b76de1f9379d977091e684729a6db1 100644 (file)
@@ -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}.