From: Ted Kremenek Date: Thu, 2 Apr 2009 18:20:13 +0000 (+0000) Subject: Fix grammar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c98039bb1ada951d4403d354eccdc2df98aabea;p=clang Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68331 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html index 4c30694aee..81176a96ac 100644 --- a/www/StaticAnalysis.html +++ b/www/StaticAnalysis.html @@ -14,7 +14,7 @@

LLVM/Clang Static Analyzer

-

The LLVM/Clang static analyzer is a standalone tool that find bugs in C and +

The LLVM/Clang static analyzer is a standalone tool that finds bugs in C and Objective-C programs. Currently the analyzer is invoked as a command-line tool. It is intended to run in tandem with a build of a project or code base.