https://gcc.gnu.org/g:c880fca6cdb16c5efe3a12ee7ecdb2435f5e7105

commit r15-3490-gc880fca6cdb16c5efe3a12ee7ecdb2435f5e7105
Author: Marek Polacek <pola...@redhat.com>
Date:   Thu Sep 5 13:17:06 2024 -0400

    doc: remove stray character
    
    There's an extra '+'.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Remove an extra char in @item sme2.

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 193db761d64..0f9b1bab19f 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -21847,7 +21847,7 @@ Enable the Scalable Matrix Extension.
 Enable the FEAT_SME_I16I64 extension to SME.
 @item sme-f64f64
 Enable the FEAT_SME_F64F64 extension to SME.
-+@item sme2
+@item sme2
 Enable the Scalable Matrix Extension 2.  This also enables SME instructions.
 @item lse128
 Enable the LSE128 128-bit atomic instructions extension.  This also

Reply via email to