Fix the clang sphinx bot
authorAaron Ballman <aaron@aaronballman.com>
Mon, 1 May 2023 11:31:03 +0000 (07:31 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 1 May 2023 11:31:03 +0000 (07:31 -0400)
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/43478

clang/include/clang/Basic/AttrDocs.td

index 9f3dcb1cee41906c00a0b2b5bf3c6ecb18e1eb37..f62350f33013ca9d03975767d1c023fde0119a99 100644 (file)
@@ -2344,7 +2344,7 @@ The attribute will be rejected unless
 is enabled under the ``-mrvv-vector-bits`` flag. ``__riscv_v_fixed_vlen`` can
 only be a power of 2 between 64 and 65536.
 
-Only `*m1_t`(LMUL=1) types are supported at this time.
+Only ``*m1_t`` (LMUL=1) types are supported at this time.
 }];
 }