[clang] 26ca782 - [NFC][clang] Fix typo of `riscv_rvv_vector_bits` in AttrDocs (#101046)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 06:05:00 PDT 2024


Author: Brandon Wu
Date: 2024-07-30T21:04:57+08:00
New Revision: 26ca7820ebe06369227efaa282fb2ac96c5aa74a

URL: https://github.com/llvm/llvm-project/commit/26ca7820ebe06369227efaa282fb2ac96c5aa74a
DIFF: https://github.com/llvm/llvm-project/commit/26ca7820ebe06369227efaa282fb2ac96c5aa74a.diff

LOG: [NFC][clang] Fix typo of `riscv_rvv_vector_bits` in AttrDocs (#101046)

Added: 
    

Modified: 
    clang/include/clang/Basic/AttrDocs.td

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index b5d468eb5ec95..4b8d520d73893 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -2453,7 +2453,7 @@ For example:
   typedef vint8m1_t fixed_vint8m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
   #endif
 
-Creates a type ``fixed_vint8m1_t_t`` that is a fixed-length variant of
+Creates a type ``fixed_vint8m1_t`` that is a fixed-length variant of
 ``vint8m1_t`` that contains exactly 512 bits. Unlike ``vint8m1_t``, this type
 can be used in globals, structs, unions, and arrays, all of which are
 unsupported for sizeless types.


        


More information about the cfe-commits mailing list