[cfe-commits] r42928 - /cfe/trunk/Sema/SemaDecl.cpp
Fariborz Jahanian
fjahanian at apple.com
Fri Oct 12 12:53:08 PDT 2007
Author: fjahanian
Date: Fri Oct 12 14:53:08 2007
New Revision: 42928
URL: http://llvm.org/viewvc/llvm-project?rev=42928&view=rev
Log:
Fixed typo in comment.
Modified:
cfe/trunk/Sema/SemaDecl.cpp
Modified: cfe/trunk/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaDecl.cpp?rev=42928&r1=42927&r2=42928&view=diff
==============================================================================
--- cfe/trunk/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/Sema/SemaDecl.cpp Fri Oct 12 14:53:08 2007
@@ -88,7 +88,7 @@
/// 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;
More information about the cfe-commits
mailing list