[cfe-commits] r75810 - /cfe/trunk/include/clang/AST/Type.h

Steve Naroff snaroff at apple.com
Wed Jul 15 11:50:21 PDT 2009


Author: snaroff
Date: Wed Jul 15 13:50:21 2009
New Revision: 75810

URL: http://llvm.org/viewvc/llvm-project?rev=75810&view=rev
Log:
Add a "t".

Modified:
    cfe/trunk/include/clang/AST/Type.h

Modified: cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=75810&r1=75809&r2=75810&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Wed Jul 15 13:50:21 2009
@@ -1902,7 +1902,7 @@
 /// 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.





More information about the cfe-commits mailing list