summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-02-27 10:33:49 +0000
committerHans Wennborg <hans@hanshq.net>2018-02-27 10:33:49 +0000
commit2e75b5455d94f66b4f1ef00dcbdc85b5b38edf13 (patch)
tree1ffb6fd352f317d17546416ed8d38f2cbc17832d /docs
parentfde9f2060a431f701a74a25d217a33e12d83a507 (diff)
Sphinx: fix 'Inline emphasis start-string without end-string'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@326184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index f2bbdc871ad..341ebde3538 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -204,7 +204,7 @@ During this release the X86 target has:
* Gained initial support recognizing variable shuffles from vector element extracts and inserts.
-* Improved documentation for SSE/AVX intrinsics in *intrin.h header files.
+* Improved documentation for SSE/AVX intrinsics in intrin.h header files.
Changes to the AMDGPU Target
-----------------------------