forked from OSchip/llvm-project
Fix spelling in a comment. (test commit)
llvm-svn: 128670
This commit is contained in:
parent
028b8b7bb7
commit
70568c2be7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue