r369542 - clang: Fix typo in comment

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 08:52:44 PDT 2019


Author: nico
Date: Wed Aug 21 08:52:44 2019
New Revision: 369542

URL: http://llvm.org/viewvc/llvm-project?rev=369542&view=rev
Log:
clang: Fix typo in comment

Modified:
    cfe/trunk/lib/Sema/SemaObjCProperty.cpp

Modified: cfe/trunk/lib/Sema/SemaObjCProperty.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaObjCProperty.cpp?rev=369542&r1=369541&r2=369542&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaObjCProperty.cpp (original)
+++ cfe/trunk/lib/Sema/SemaObjCProperty.cpp Wed Aug 21 08:52:44 2019
@@ -735,7 +735,7 @@ static void checkARCPropertyImpl(Sema &S
     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 &&




More information about the cfe-commits mailing list