aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-03 00:41:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-03 00:41:43 +0000
commit55f1da891015705b9df9ecc426543804d7398fda (patch)
treeff438c6cb479cdedfbd85c91b82f0c03382fb956
parent2b8d60dfdfbbf19f6e2dcfb5c438f8eda8a7ecb4 (diff)
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112926 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/compatibility.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/compatibility.html b/www/compatibility.html
index 8ac7d7de82..cf0d96e2f4 100644
--- a/www/compatibility.html
+++ b/www/compatibility.html
@@ -180,7 +180,7 @@ t.c:5:15: note: jump bypasses setup of __block variable
<p>Some instances of this construct may be safe if the variable is never used
after the jump target, however the protected scope checker does not check the
-uses of the varaible, only the scopes in which it is visible. You should rewrite
+uses of the variable, only the scopes in which it is visible. You should rewrite
your code to put the <tt>__block</tt> variables in a scope which is only visible
where they are used.</p>