]> granicus.if.org Git - clang/commitdiff
Fixes a comment.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Jan 2010 17:39:43 +0000 (17:39 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Jan 2010 17:39:43 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94088 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index 072bff8d0f16d25698cf48c6ae33240c0cf68c69..696faae3c8e127ddf29bdc8ea246c9d3f5f886b3 100644 (file)
@@ -1204,7 +1204,7 @@ public:
   enum SetterKind { Assign, Retain, Copy };
   enum PropertyControl { None, Required, Optional };
 private:
-  SourceLocation AtLoc;   // location of @propery
+  SourceLocation AtLoc;   // location of @property
   QualType DeclType;
   unsigned PropertyAttributes : 8;