Fixed a comment describing a function
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45125 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/AST/ASTContext.cpp b/AST/ASTContext.cpp
index 92b691e..2501718 100644
--- a/AST/ASTContext.cpp
+++ b/AST/ASTContext.cpp
@@ -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,