r188535 - Fix typo pointed out by Jordan.

Ted Kremenek kremenek at apple.com
Thu Aug 15 23:22:23 PDT 2013


Author: kremenek
Date: Fri Aug 16 01:22:23 2013
New Revision: 188535

URL: http://llvm.org/viewvc/llvm-project?rev=188535&view=rev
Log:
Fix typo pointed out by Jordan.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h?rev=188535&r1=188534&r2=188535&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h Fri Aug 16 01:22:23 2013
@@ -71,7 +71,7 @@ enum ArgEffect {
   StopTracking,
 
   /// All typestate tracking of the object ceases.  Unlike StopTracking,
-  /// this is also enforced when the method body cannot be inlined.
+  /// this is also enforced when the method body is inlined.
   ///
   /// In some cases, we obtain a better summary for this checker
   /// by looking at the call site than by inlining the function.





More information about the cfe-commits mailing list