summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-02-25 05:33:01 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-02-25 05:33:01 +0000
commit6fe8a7fe8aa67b8103b57fa93deaaf9534f2edaa (patch)
treeadcaa8b1b5cb86851164c4831d1e7f1130d1643a
parent2ea5148eff31962880b59722ce5698177afb9b31 (diff)
downloadbcm5719-llvm-6fe8a7fe8aa67b8103b57fa93deaaf9534f2edaa.tar.gz
bcm5719-llvm-6fe8a7fe8aa67b8103b57fa93deaaf9534f2edaa.zip
AttributeReference: Fix a typo
llvm-svn: 202112
-rw-r--r--clang/docs/AttributeReference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AttributeReference.rst b/clang/docs/AttributeReference.rst
index 7b60260321b..3c46edab9d0 100644
--- a/clang/docs/AttributeReference.rst
+++ b/clang/docs/AttributeReference.rst
@@ -643,7 +643,7 @@ try_acquire_capability (try_acquire_shared_capability, clang::try_acquire_capabi
"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).
OpenPOWER on IntegriCloud