clang: Fix typo in comment

llvm-svn: 369542
This commit is contained in:
Nico Weber 2019-08-21 15:52:44 +00:00
parent 764b0fd5a3
commit 138a815a00
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc,
return;
// If the ivar is private, and it's implicitly __unsafe_unretained
// becaues of its type, then pretend it was actually implicitly
// because of its type, then pretend it was actually implicitly
// __strong. This is only sound because we're processing the
// property implementation before parsing any method bodies.
if (ivarLifetime == Qualifiers::OCL_ExplicitNone &&