[sphinx clean up] Fix warning introduced by r218957

llvm-svn: 218983
This commit is contained in:
Dan Liew 2014-10-03 12:36:20 +00:00
parent 460e0f4dfe
commit fe7268600d
1 changed files with 1 additions and 1 deletions

View File

@ -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``