On 25/02/2014 05:33, David Majnemer wrote:
Author: majnemer
Date: Mon Feb 24 23:33:01 2014
New Revision: 202112

URL: http://llvm.org/viewvc/llvm-project?rev=202112&view=rev
Log:
AttributeReference: Fix a typo

It looks like there are two copies of this doc in SVN and include/clang/Basic/AttrDocs.td still has the typo :-/

Aaron, I was away when the changes happened but is it OK to remove one of the copies before they drift apart? What needs to be done to get this generated at build time?

Alp.



Modified:
     cfe/trunk/docs/AttributeReference.rst

Modified: cfe/trunk/docs/AttributeReference.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AttributeReference.rst?rev=202112&r1=202111&r2=202112&view=diff
==============================================================================
--- cfe/trunk/docs/AttributeReference.rst (original)
+++ cfe/trunk/docs/AttributeReference.rst Mon Feb 24 23:33:01 2014
@@ -643,7 +643,7 @@ try_acquire_capability (try_acquire_shar
"X","X","","" -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).


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

--
http://www.nuanti.com
the browser experts

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to