From: Alp Toker Date: Tue, 25 Feb 2014 06:02:42 +0000 (+0000) Subject: Fix typo in the td source too X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=865dbb1ddbcda709b5ec889c9e43f162c321f5f9;p=clang Fix typo in the td source too r202112 fixed the generated output which will hopefully go away soon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 047ec501ef..07f3d82dfa 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -98,7 +98,7 @@ def TryAcquireCapabilityDocs : Documentation { let Category = DocCatFunction; let Heading = "try_acquire_capability (try_acquire_shared_capability, clang::try_acquire_capability, clang::try_acquire_shared_capability)"; let Content = [{ -Marks a function that attemps to acquire a capability. This function may fail to +Marks a function that attempts to acquire a capability. This function may fail to actually acquire the capability; they accept a Boolean value determining whether acquiring the capability means success (true), or failing to acquire the capability means success (false).