Fix typo in the td source too
authorAlp Toker <alp@nuanti.com>
Tue, 25 Feb 2014 06:02:42 +0000 (06:02 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 25 Feb 2014 06:02:42 +0000 (06:02 +0000)
r202112 fixed the generated output which will hopefully go away soon.

llvm-svn: 202116

clang/include/clang/Basic/AttrDocs.td

index 047ec50..07f3d82 100644 (file)
@@ -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).