]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 07:13:18 +0000 (07:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 07:13:18 +0000 (07:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53848 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/MinimalAction.cpp

index 9b2f351158a150de457ed29ef10d86ab778b41f4..f48e8461666e5196ead1373475e205b9025121aa 100644 (file)
@@ -88,7 +88,7 @@ MinimalAction::ActOnDeclarator(Scope *S, Declarator &D, DeclTy *LastInGroup) {
 }
 
 Action::DeclTy *
-MinimalAction::ActOnStartClassInterface(SourceLocation AtInterafceLoc,
+MinimalAction::ActOnStartClassInterface(SourceLocation AtInterfaceLoc,
                     IdentifierInfo *ClassName, SourceLocation ClassLoc,
                     IdentifierInfo *SuperName, SourceLocation SuperLoc,
                     IdentifierInfo **ProtocolNames, unsigned NumProtocols,