From: Dan Liew Date: Fri, 3 Oct 2014 12:36:20 +0000 (+0000) Subject: [sphinx clean up] Fix warning introduced by r218957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0999b0d89345db167d24f604531507c51fefc622;p=clang [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 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index 9c813baf1b..068d63fb7b 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -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``