r202116 - Fix typo in the td source too

Alp Toker alp at nuanti.com
Mon Feb 24 22:02:42 PST 2014


Author: alp
Date: Tue Feb 25 00:02:42 2014
New Revision: 202116

URL: http://llvm.org/viewvc/llvm-project?rev=202116&view=rev
Log:
Fix typo in the td source too

r202112 fixed the generated output which will hopefully go away soon.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=202116&r1=202115&r2=202116&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Tue Feb 25 00:02:42 2014
@@ -98,7 +98,7 @@ def TryAcquireCapabilityDocs : Documenta
   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).





More information about the cfe-commits mailing list