diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2007-12-17 21:48:49 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-12-17 21:48:49 +0000 |
commit | 9b482ba9ec67ae838f4e50dcfb6d595b2d8b7f3c (patch) | |
tree | 4943d5f211a8196f23e5c323cffa182daa5ac0ec | |
parent | 619e18cce20e8f6e765ed4ce0c237abfe27e9a03 (diff) | |
download | bcm5719-llvm-9b482ba9ec67ae838f4e50dcfb6d595b2d8b7f3c.tar.gz bcm5719-llvm-9b482ba9ec67ae838f4e50dcfb6d595b2d8b7f3c.zip |
Fixed a comment describing a function
llvm-svn: 45125
-rw-r--r-- | clang/AST/ASTContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/AST/ASTContext.cpp b/clang/AST/ASTContext.cpp index 92b691ee901..2501718e0cd 100644 --- a/clang/AST/ASTContext.cpp +++ b/clang/AST/ASTContext.cpp @@ -719,7 +719,7 @@ QualType ASTContext::getObjcQualifiedInterfaceType(ObjcInterfaceDecl *Decl, } /// 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, |