diff options
author | Steve Naroff <snaroff@apple.com> | 2009-07-15 18:50:21 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-07-15 18:50:21 +0000 |
commit | f6265efe7e35fb0fba315da6391368aeee1e57c9 (patch) | |
tree | f13621d60218256e5e96c92e83b684f70687bd3e | |
parent | de2e22d33afec98324a66a358dfe0951b3c7259a (diff) |
Add a "t".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75810 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 9843bbb012..ae85768db7 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -1902,7 +1902,7 @@ public: /// Duplicate protocols are removed and protocol list is canonicalized to be in /// alphabetical order. class ObjCObjectPointerType : public Type, public llvm::FoldingSetNode { - QualType PointeeType; // A builin or interface type. + QualType PointeeType; // A builtin or interface type. // List of protocols for this protocol conforming object type // List is sorted on protocol name. No protocol is entered more than once. |