Fix documentation typo.

llvm-svn: 219509
This commit is contained in:
JF Bastien 2014-10-10 16:09:48 +00:00
parent 2cf8a1ded8
commit e6ccacf9b0
1 changed files with 1 additions and 1 deletions

View 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.