Fix a typo.

llvm-svn: 112926
This commit is contained in:
Daniel Dunbar 2010-09-03 00:41:43 +00:00
parent c32f94b4ce
commit 90dc0c574d
1 changed files with 1 additions and 1 deletions

View File

@ -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>