summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2014-10-10 16:09:48 +0000
committerJF Bastien <jfb@google.com>2014-10-10 16:09:48 +0000
commit8b51a78d1d5e313b066cb911072a2bb8c6144f35 (patch)
treeef94c2b181f2d5b53340d8c8af63c5e97da6b025 /docs/LanguageExtensions.rst
parent86f8bacaebd13e60f9aa0e7c373ec7505d54ae7f (diff)
Fix documentation typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 068d63fb7b..865dd30bbe 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1626,7 +1626,7 @@ the corresponding C11 operations, are:
* ``__c11_atomic_fetch_xor``
The macros ``__ATOMIC_RELAXED``, ``__ATOMIC_CONSUME``, ``__ATOMIC_ACQUIRE``,
-``__ATOMIC_RELEASE``, ``__ATOMIC_ACQ_REL``, and ``_ATOMIC_SEQ_CST`` are
+``__ATOMIC_RELEASE``, ``__ATOMIC_ACQ_REL``, and ``__ATOMIC_SEQ_CST`` are
provided, with values corresponding to the enumerators of C11's
``memory_order`` enumeration.