diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-21 07:13:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-21 07:13:18 +0000 |
commit | cfb0ef567607c322697f40db3b0cc80a033a10d4 (patch) | |
tree | b48db45c876010dc4e4f793ff32cd0b0045cdd02 | |
parent | b752f289026ad8e5f44851b20e009a27ed61eefc (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53848 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Parse/MinimalAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/MinimalAction.cpp b/lib/Parse/MinimalAction.cpp index 9b2f351158..f48e846166 100644 --- a/lib/Parse/MinimalAction.cpp +++ b/lib/Parse/MinimalAction.cpp @@ -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, |