Fixed typo in comment.

llvm-svn: 42928
This commit is contained in:
Fariborz Jahanian 2007-10-12 19:53:08 +00:00
parent 3fb03e4080
commit 02fbb68e85
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void Sema::ActOnPopScope(SourceLocation Loc, Scope *S) {
/// LookupInterfaceDecl - Lookup interface declaration in the scope chain.
/// Return the first declaration found (which may or may not be a class
/// declaration. Caller is respopnsible for handling the none-class case.
/// declaration. Caller is responsible for handling the none-class case.
/// Bypassing the alias of a class by returning the aliased class.
ScopedDecl *Sema::LookupInterfaceDecl(IdentifierInfo *ClassName) {
ScopedDecl *IDecl;