From: Cameron Esfahani Date: Tue, 12 Oct 2010 00:21:25 +0000 (+0000) Subject: Fix spelling error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c4bb2c08989265411925a04252fd4f93c26e3b1;p=clang Fix spelling error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseObjc.cpp b/lib/Parse/ParseObjc.cpp index 09053e28cc..2bd44703d9 100644 --- a/lib/Parse/ParseObjc.cpp +++ b/lib/Parse/ParseObjc.cpp @@ -961,7 +961,7 @@ Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, } - // FIXME: Add support for optional parmameter list... + // FIXME: Add support for optional parameter list... // If attributes exist after the method, parse them. if (getLang().ObjC2 && Tok.is(tok::kw___attribute)) MethodAttrs.reset(addAttributeLists(MethodAttrs.take(),