diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -6559,7 +6559,7 @@ The ``__arm_streaming`` keyword is only available on AArch64 targets. It applies to function types and specifies that the function has a -“streaming interface”. This means that: +"streaming interface". This means that: * the function requires the Scalable Matrix Extension (SME) @@ -6578,7 +6578,7 @@ that switches into streaming mode before calling the function and switches back to non-streaming mode on return. -``__arm_streaming`` can appear anywhere that a standard ``[[…]]`` type +``__arm_streaming`` can appear anywhere that a standard ``[[...]]`` type attribute can appear. See `Arm C Language Extensions `_