]> granicus.if.org Git - clang/commitdiff
clang: Fix typo in comment
authorNico Weber <nicolasweber@gmx.de>
Wed, 21 Aug 2019 15:52:44 +0000 (15:52 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 21 Aug 2019 15:52:44 +0000 (15:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369542 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaObjCProperty.cpp

index e5c014501431ba1e7a5792f8634613bbaa3764f8..9166d231647c7cde6b8a09086887015cc570a4cb 100644 (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 &&