aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/Block-ABI-Apple.rst
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-02-10 13:51:23 -0500
committerNico Weber <thakis@chromium.org>2020-02-10 13:51:23 -0500
commitb50431defbaf80c254244cefdce3813576633ae5 (patch)
treea1f44e4c46c320384fa28844489e0a3e27ced1dd /clang/docs/Block-ABI-Apple.rst
parent102814b4d36ad004a2e37cd2a1e84bd2c3593d29 (diff)
downloadllvm-b50431defbaf80c254244cefdce3813576633ae5.zip
llvm-b50431defbaf80c254244cefdce3813576633ae5.tar.gz
llvm-b50431defbaf80c254244cefdce3813576633ae5.tar.bz2
fix some typos to cycle bots
Diffstat (limited to 'clang/docs/Block-ABI-Apple.rst')
-rw-r--r--clang/docs/Block-ABI-Apple.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.rst
index 0cc14a3..d038cdf 100644
--- a/clang/docs/Block-ABI-Apple.rst
+++ b/clang/docs/Block-ABI-Apple.rst
@@ -63,7 +63,7 @@ The following flags bits are in use thusly for a possible ABI.2010.3.16:
enum {
// Set to true on blocks that have captures (and thus are not true
// global blocks) but are known not to escape for various other
- // reasons. For backward compatiblity with old runtimes, whenever
+ // reasons. For backward compatibility with old runtimes, whenever
// BLOCK_IS_NOESCAPE is set, BLOCK_IS_GLOBAL is set too. Copying a
// non-escaping block returns the original block and releasing such a
// block is a no-op, which is exactly how global blocks are handled.