[cfe-commits] r52241 - /cfe/trunk/www/StaticAnalysis.html

Ted Kremenek kremenek at apple.com
Thu Jun 12 12:14:13 PDT 2008


Author: kremenek
Date: Thu Jun 12 14:14:13 2008
New Revision: 52241

URL: http://llvm.org/viewvc/llvm-project?rev=52241&view=rev
Log:
Grammo.

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=52241&r1=52240&r2=52241&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Thu Jun 12 14:14:13 2008
@@ -1,6 +1,6 @@
 <html>
 <head>
-  <title>Information on using the Static Analyzer ("LLVM Checker")</title>
+  <title>Information on using the Static Analyzer ("Clang Checker")</title>
   <link type="text/css" rel="stylesheet" href="menu.css" />
   <link type="text/css" rel="stylesheet" href="content.css" />
   <style>  
@@ -29,8 +29,8 @@
 
 <h1>Information on using the Static Analyzer</h1>
 
-<p>This documents provides some notes on using the LLVM/clang static analyzer to
-find bugs in C and Objective-C programs.</p>
+<p>This page provides some notes on using the LLVM/clang static analyzer to find
+bugs in C and Objective-C programs.</p>
 
 <p>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. Analysis results are





More information about the cfe-commits mailing list