diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-12 17:43:00 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-12 17:43:00 +0000 |
commit | 6d1cb5c62671b0ab4d9c023addf80562d7a45fd1 (patch) | |
tree | 84875d524afe9cc793905c2f9f1d0c7d297fc12a /lib/AST/DeclObjC.cpp | |
parent | c06fcdfacc33ad4f8920bbdf43a0e45bc5e8ac4b (diff) |
Objective-C: Fixes a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclObjC.cpp')
-rw-r--r-- | lib/AST/DeclObjC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/DeclObjC.cpp b/lib/AST/DeclObjC.cpp index d1bf9a9e45..97d0870c4b 100644 --- a/lib/AST/DeclObjC.cpp +++ b/lib/AST/DeclObjC.cpp @@ -1575,7 +1575,7 @@ void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { } /// 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:: |