Skip to content
Snippets Groups Projects
Commit 0999b0d8 authored by Dan Liew's avatar Dan Liew
Browse files

[sphinx clean up] Fix warning introduced by r218957

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218983 91177308-0d34-0410-b5e6-96231b3b80d8
parent 657bf2a1
No related branches found
No related tags found
No related merge requests found
......@@ -1613,7 +1613,7 @@ the corresponding C11 operations, are:
* ``__c11_atomic_thread_fence``
* ``__c11_atomic_signal_fence``
* ``__c11_atomic_is_lock_free`` (The argument is the size of the
``_Atomic(...)'' object, instead of its address)
``_Atomic(...)`` object, instead of its address)
* ``__c11_atomic_store``
* ``__c11_atomic_load``
* ``__c11_atomic_exchange``
......
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