diff options
-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. |