]> granicus.if.org Git - clang/commitdiff
Fix spelling in a comment. (test commit)
authorLenny Maiorani <lenny@colorado.edu>
Thu, 31 Mar 2011 21:26:55 +0000 (21:26 +0000)
committerLenny Maiorani <lenny@colorado.edu>
Thu, 31 Mar 2011 21:26:55 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp

index e037cd315ecdbf6b8edbb4e5e87dee333e5b8805..8b1756937e7e31ef215fe2a386dce0025942a983 100644 (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;