[cfe-commits] r94088 - /cfe/trunk/include/clang/AST/DeclObjC.h

Fariborz Jahanian fjahanian at apple.com
Thu Jan 21 09:39:43 PST 2010


Author: fjahanian
Date: Thu Jan 21 11:39:43 2010
New Revision: 94088

URL: http://llvm.org/viewvc/llvm-project?rev=94088&view=rev
Log:
Fixes a comment.

Modified:
    cfe/trunk/include/clang/AST/DeclObjC.h

Modified: cfe/trunk/include/clang/AST/DeclObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclObjC.h?rev=94088&r1=94087&r2=94088&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Thu Jan 21 11:39:43 2010
@@ -1204,7 +1204,7 @@
   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;
 





More information about the cfe-commits mailing list