Skip to content

Commit 26ca782

Browse files
authored
[NFC][clang] Fix typo of riscv_rvv_vector_bits in AttrDocs (#101046)
1 parent 14dfdc0 commit 26ca782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ For example:
24532453
typedef vint8m1_t fixed_vint8m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
24542454
#endif
24552455

2456-
Creates a type ``fixed_vint8m1_t_t`` that is a fixed-length variant of
2456+
Creates a type ``fixed_vint8m1_t`` that is a fixed-length variant of
24572457
``vint8m1_t`` that contains exactly 512 bits. Unlike ``vint8m1_t``, this type
24582458
can be used in globals, structs, unions, and arrays, all of which are
24592459
unsupported for sizeless types.

0 commit comments

Comments
 (0)