Fixed a comment.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49819 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclObjC.cpp b/lib/AST/DeclObjC.cpp
index c9c5132..2d95944 100644
--- a/lib/AST/DeclObjC.cpp
+++ b/lib/AST/DeclObjC.cpp
@@ -198,7 +198,7 @@
 }                                   
 
 /// addProperties - Insert property declaration AST nodes into
-/// ObjCProtocolDecl's PropertyDecl field.
+/// ObjCCategoryDecl's PropertyDecl field.
 ///
 void ObjCCategoryDecl::addProperties(ObjCPropertyDecl **Properties, 
                                      unsigned NumProperties) {