[cfe-commits] r45125 - /cfe/trunk/AST/ASTContext.cpp

Fariborz Jahanian fjahanian at apple.com
Mon Dec 17 13:48:50 PST 2007


Author: fjahanian
Date: Mon Dec 17 15:48:49 2007
New Revision: 45125

URL: http://llvm.org/viewvc/llvm-project?rev=45125&view=rev
Log:
Fixed a comment describing a function

Modified:
    cfe/trunk/AST/ASTContext.cpp

Modified: cfe/trunk/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/AST/ASTContext.cpp?rev=45125&r1=45124&r2=45125&view=diff

==============================================================================
--- cfe/trunk/AST/ASTContext.cpp (original)
+++ cfe/trunk/AST/ASTContext.cpp Mon Dec 17 15:48:49 2007
@@ -719,7 +719,7 @@
 }
 
 /// getObjcQualifiedIdType - Return a 
-/// getObjcQualifiedIdType type for the given interface decl and
+/// getObjcQualifiedIdType type for the 'id' decl and
 /// the conforming protocol list.
 QualType ASTContext::getObjcQualifiedIdType(TypedefDecl *Decl,
                                             ObjcProtocolDecl **Protocols, 





More information about the cfe-commits mailing list