Add a "t".

llvm-svn: 75810
This commit is contained in:
Steve Naroff 2009-07-15 18:50:21 +00:00
parent 98ef2852ab
commit 8206de760b
1 changed files with 1 additions and 1 deletions

View 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.