diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-12 19:53:08 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-12 19:53:08 +0000 |
commit | 3fe44e44828d473ae4c7b1366e10bf4503f7d64f (patch) | |
tree | 04d7ba66551f681a90b2f6486159fa5b8d699107 | |
parent | 4cabdfc51cbe183e36465713e7ba45e380f1087c (diff) |
Fixed typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42928 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index 85bab0bf68..9d47375f50 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -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; |