Skip to content

Commit

Permalink
[NFC][clang] Fix typo of riscv_rvv_vector_bits in AttrDocs (#101046)
Browse files Browse the repository at this point in the history
  • Loading branch information
4vtomat authored Jul 30, 2024
1 parent 14dfdc0 commit 26ca782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/AttrDocs.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26ca782

Please sign in to comment.