summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2008-04-16 21:11:25 +0000
committerFariborz Jahanian <fjahanian@apple.com>2008-04-16 21:11:25 +0000
commitd634dfae0faf127270a68965f3c0be9453fda2ad (patch)
tree4c8af003aa290ea2e58aba239c309f8790ebf3a7 /clang/lib/AST/DeclObjC.cpp
parentc1f9a28e4da886e1053aa08b3d50760251e917a2 (diff)
downloadbcm5719-llvm-d634dfae0faf127270a68965f3c0be9453fda2ad.tar.gz
bcm5719-llvm-d634dfae0faf127270a68965f3c0be9453fda2ad.zip
Fixed a comment.
llvm-svn: 49819
Diffstat (limited to 'clang/lib/AST/DeclObjC.cpp')
-rw-r--r--clang/lib/AST/DeclObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclObjC.cpp b/clang/lib/AST/DeclObjC.cpp
index c9c5132e29b..2d959445d4a 100644
--- a/clang/lib/AST/DeclObjC.cpp
+++ b/clang/lib/AST/DeclObjC.cpp
@@ -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) {
OpenPOWER on IntegriCloud