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 | e92f54a0105c4ac02910fee56d1adcc8f3af452e (patch) | |
tree | 2fd993c64c4fb1ca1cfcb0e341f0bd6bc93901ad /clang/lib/AST/DeclObjC.cpp | |
parent | 6308a828a3ffaaf8706428003e1d872f79183673 (diff) | |
download | bcm5719-llvm-e92f54a0105c4ac02910fee56d1adcc8f3af452e.tar.gz bcm5719-llvm-e92f54a0105c4ac02910fee56d1adcc8f3af452e.zip |
Objective-C: Fixes a comment.
llvm-svn: 176878
Diffstat (limited to 'clang/lib/AST/DeclObjC.cpp')
-rw-r--r-- | clang/lib/AST/DeclObjC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclObjC.cpp b/clang/lib/AST/DeclObjC.cpp index d1bf9a9e45a..97d0870c4b6 100644 --- a/clang/lib/AST/DeclObjC.cpp +++ b/clang/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:: |