summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2007-10-12 19:53:08 +0000
committerFariborz Jahanian <fjahanian@apple.com>2007-10-12 19:53:08 +0000
commit02fbb68e859367ec63df9a2e7952cba775ba0bca (patch)
tree45e39807696af9de357d95bb221d5aaaa44c291e /clang
parent3fb03e40803d41bde172bf0126ac5fec55b57f24 (diff)
downloadbcm5719-llvm-02fbb68e859367ec63df9a2e7952cba775ba0bca.tar.gz
bcm5719-llvm-02fbb68e859367ec63df9a2e7952cba775ba0bca.zip
Fixed typo in comment.
llvm-svn: 42928
Diffstat (limited to 'clang')
-rw-r--r--clang/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Sema/SemaDecl.cpp b/clang/Sema/SemaDecl.cpp
index 85bab0bf685..9d47375f506 100644
--- a/clang/Sema/SemaDecl.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud