[cfe-commits] r68331 - /cfe/trunk/www/StaticAnalysis.html
Ted Kremenek
kremenek at apple.com
Thu Apr 2 11:20:13 PDT 2009
Author: kremenek
Date: Thu Apr 2 13:20:13 2009
New Revision: 68331
URL: http://llvm.org/viewvc/llvm-project?rev=68331&view=rev
Log:
Fix grammar.
Modified:
cfe/trunk/www/StaticAnalysis.html
Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=68331&r1=68330&r2=68331&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Thu Apr 2 13:20:13 2009
@@ -14,7 +14,7 @@
<h1>LLVM/Clang Static Analyzer</h1>
-<p>The LLVM/Clang static analyzer is a standalone tool that find bugs in C and
+<p>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.</p>
More information about the cfe-commits
mailing list