diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2008-04-16 21:11:25 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2008-04-16 21:11:25 +0000 |
commit | d9a3c330b02c52630014dc26fc009236facf8227 (patch) | |
tree | 8a38ec9796cae98fed9088c22837f3fffc767657 | |
parent | 411cdee0b490f79428c9eb977f25199eb7d21cd8 (diff) |
Fixed a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49819 91177308-0d34-0410-b5e6-96231b3b80d8
-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 c9c5132e29..2d959445d4 100644 --- a/lib/AST/DeclObjC.cpp +++ b/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) { |