r176878 - Objective-C: Fixes a comment.

Fariborz Jahanian fjahanian at apple.com
Tue Mar 12 10:43:00 PDT 2013


Author: fjahanian
Date: Tue Mar 12 12:43:00 2013
New Revision: 176878

URL: http://llvm.org/viewvc/llvm-project?rev=176878&view=rev
Log:
Objective-C: Fixes a comment.

Modified:
    cfe/trunk/lib/AST/DeclObjC.cpp

Modified: cfe/trunk/lib/AST/DeclObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/DeclObjC.cpp?rev=176878&r1=176877&r2=176878&view=diff
==============================================================================
--- cfe/trunk/lib/AST/DeclObjC.cpp (original)
+++ cfe/trunk/lib/AST/DeclObjC.cpp Tue Mar 12 12:43:00 2013
@@ -1575,7 +1575,7 @@ void ObjCImplDecl::setClassInterface(Obj
 }
 
 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
-/// properties implemented in this category \@implementation block and returns
+/// properties implemented in this \@implementation block and returns
 /// the implemented property that uses it.
 ///
 ObjCPropertyImplDecl *ObjCImplDecl::





More information about the cfe-commits mailing list