r202112 - AttributeReference: Fix a typo

Alp Toker alp at nuanti.com
Mon Feb 24 21:55:49 PST 2014


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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

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




More information about the cfe-commits mailing list