From: Steve Naroff Date: Wed, 15 Jul 2009 18:50:21 +0000 (+0000) Subject: Add a "t". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6265efe7e35fb0fba315da6391368aeee1e57c9;p=clang Add a "t". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75810 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.