Fix spelling in a comment. (test commit)

llvm-svn: 128670
This commit is contained in:
Lenny Maiorani 2011-03-31 21:26:55 +00:00
parent 028b8b7bb7
commit 70568c2be7
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ void WalkAST::CheckCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) {
if(!FPT)
return;
// Verify that the funcion takes a single argument.
// Verify that the function takes a single argument.
if (FPT->getNumArgs() != 1)
return;