]> granicus.if.org Git - clang/commitdiff
[sphinx clean up] Fix warning introduced by r218957
authorDan Liew <dan@su-root.co.uk>
Fri, 3 Oct 2014 12:36:20 +0000 (12:36 +0000)
committerDan Liew <dan@su-root.co.uk>
Fri, 3 Oct 2014 12:36:20 +0000 (12:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218983 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 9c813baf1ba0a00de18d38ee2389c75a2f35be40..068d63fb7bb3369380cd23a5bd3b52e9139e32b1 100644 (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``