]> granicus.if.org Git - clang/commitdiff
Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729>
authorBob Wilson <bob.wilson@apple.com>
Thu, 22 Mar 2012 17:48:02 +0000 (17:48 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 22 Mar 2012 17:48:02 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153264 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index f62418b11aaa9fabc9e9b48cd80c59aa6258a149..15f85ba9c48279b03750a52c6a5fe44520950401 100644 (file)
@@ -4201,7 +4201,7 @@ bool ASTContext::getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl,
 /// kPropertyGetter = 'G',     // followed by getter selector name
 /// kPropertySetter = 'S',     // followed by setter selector name
 /// kPropertyInstanceVariable = 'V'  // followed by instance variable  name
-/// kPropertyType = 't'              // followed by old-style type encoding.
+/// kPropertyType = 'T'              // followed by old-style type encoding.
 /// kPropertyWeak = 'W'              // 'weak' property
 /// kPropertyStrong = 'P'            // property GC'able
 /// kPropertyNonAtomic = 'N'         // property non-atomic