Skip to content
Snippets Groups Projects
Commit 8b51a78d authored by JF Bastien's avatar JF Bastien
Browse files

Fix documentation typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219509 91177308-0d34-0410-b5e6-96231b3b80d8
parent 86f8baca
No related branches found
No related tags found
No related merge requests found
...@@ -1626,7 +1626,7 @@ the corresponding C11 operations, are: ...@@ -1626,7 +1626,7 @@ the corresponding C11 operations, are:
* ``__c11_atomic_fetch_xor`` * ``__c11_atomic_fetch_xor``
The macros ``__ATOMIC_RELAXED``, ``__ATOMIC_CONSUME``, ``__ATOMIC_ACQUIRE``, 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 provided, with values corresponding to the enumerators of C11's
``memory_order`` enumeration. ``memory_order`` enumeration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment