]> granicus.if.org Git - clang/commitdiff
Add a "t".
authorSteve Naroff <snaroff@apple.com>
Wed, 15 Jul 2009 18:50:21 +0000 (18:50 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 15 Jul 2009 18:50:21 +0000 (18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75810 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index 9843bbb012b1db04c3ffa1d97efd61cf970cc8d2..ae85768db73601f039386825d3fcf89fc52943b0 100644 (file)
@@ -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.