diff options
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/AttributeReference.rst | 2 |
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).
|

