]> granicus.if.org Git - clang/commitdiff
Fixed typo in comment.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Oct 2007 19:53:08 +0000 (19:53 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Oct 2007 19:53:08 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42928 91177308-0d34-0410-b5e6-96231b3b80d8

Sema/SemaDecl.cpp

index 85bab0bf68503a3bee56807126bcebfe203e47c6..9d47375f506541b19b79fcca1a044d92507e9bfd 100644 (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;