]> granicus.if.org Git - clang/commitdiff
Fixed a comment.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 16 Apr 2008 21:11:25 +0000 (21:11 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 16 Apr 2008 21:11:25 +0000 (21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49819 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DeclObjC.cpp

index c9c5132e29b69e02114c6d80f2b47d3478fff132..2d959445d4abfd752c42250c7fddaf5ef7624ff1 100644 (file)
@@ -198,7 +198,7 @@ void ObjCInterfaceDecl::addProperties(ObjCPropertyDecl **Properties,
 }                                   
 
 /// addProperties - Insert property declaration AST nodes into
-/// ObjCProtocolDecl's PropertyDecl field.
+/// ObjCCategoryDecl's PropertyDecl field.
 ///
 void ObjCCategoryDecl::addProperties(ObjCPropertyDecl **Properties, 
                                      unsigned NumProperties) {