r202112 - AttributeReference: Fix a typo

David Majnemer david.majnemer at gmail.com
Mon Feb 24 21:33:01 PST 2014


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

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).





More information about the cfe-commits mailing list