]> granicus.if.org Git - clang/commitdiff
Minor comment clarification.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 6 Feb 2012 23:34:35 +0000 (23:34 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 6 Feb 2012 23:34:35 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149931 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index b600e38714857c53342e4061932bfe6c23501adf..37c962357dcff62c2b5ae22ba1ec4e18efa5c6ab 100644 (file)
@@ -2813,7 +2813,7 @@ class RecordDecl : public TagDecl {
   bool AnonymousStructOrUnion : 1;
 
   /// HasObjectMember - This is true if this struct has at least one member
-  /// containing an object.
+  /// containing an Objective-C object pointer type.
   bool HasObjectMember : 1;
 
   /// \brief Whether the field declarations of this record have been loaded