]> granicus.if.org Git - clang/commitdiff
Fix documentation typo.
authorJF Bastien <jfb@google.com>
Fri, 10 Oct 2014 16:09:48 +0000 (16:09 +0000)
committerJF Bastien <jfb@google.com>
Fri, 10 Oct 2014 16:09:48 +0000 (16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219509 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 068d63fb7bb3369380cd23a5bd3b52e9139e32b1..865dd30bbeb520c9552acaec4f1e81ecf523ae53 100644 (file)
@@ -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.