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 | 8206de760b35a811f74967f99ec5d6d9aeafee63 (patch) | |
tree | 7c9780f8a4e9b0e36147afa9def11c0c4395c68c | |
parent | 98ef2852abdd408890f912b451f0c6a02ca42e1c (diff) | |
download | bcm5719-llvm-8206de760b35a811f74967f99ec5d6d9aeafee63.tar.gz bcm5719-llvm-8206de760b35a811f74967f99ec5d6d9aeafee63.zip |
Add a "t".
llvm-svn: 75810
-rw-r--r-- | clang/include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Type.h b/clang/include/clang/AST/Type.h index 9843bbb012b..ae85768db73 100644 --- a/clang/include/clang/AST/Type.h +++ b/clang/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. |