diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-12 19:14:13 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-12 19:14:13 +0000 |
commit | 1204929cf58619de7b0427c1d827588e64f38865 (patch) | |
tree | de8d7727bc4b44aaa142a5dc0f89fc97e01d0d37 | |
parent | bc757865cd5442e91303d17fa9e2304a9bec54c1 (diff) |
Grammo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52241 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/StaticAnalysis.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html index 76e85e10ba..be76eeff0e 100644 --- a/www/StaticAnalysis.html +++ b/www/StaticAnalysis.html @@ -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 |