diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-21 17:39:43 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-21 17:39:43 +0000 |
commit | d8265b838360578032020757d9a2a84c86457edc (patch) | |
tree | 1b28b989d6710b25c7ab1d68c8c9434e8ca9473c | |
parent | d0502407c1b41b2ace326f355d7b7a6876246223 (diff) |
Fixes a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94088 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/DeclObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index 072bff8d0f..696faae3c8 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -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; |