summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-30 18:43:04 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-30 18:43:04 +0000
commit1d4ad2c1c46164e9cbfd145814756a48f04f0d53 (patch)
treef890392e3d2a5360c25267f3e2e9efb25a8ae9d2
parent5680ea4c0a5c26d4782bc303f0f9cab617ff3e3d (diff)
ReleaseNotes: one back-tick too many
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@312155 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index c37e67d770..af977dcf71 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -103,7 +103,7 @@ Attribute Changes in Clang
- The ``overloadable`` attribute now allows at most one function with a given
name to lack the ``overloadable`` attribute. This unmarked function will not
have its name mangled.
-- The ```ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins
+- The ``ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins
are now supported on AArch64.
C Language Changes in Clang