diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-03-12 16:46:36 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-03-12 16:46:36 +0000 |
| commit | c52ea21a6e8ada96626fe74f01eb65cd7c49178f (patch) | |
| tree | 482b219a0be2f17a43041213ec09752af49a33d9 | |
| parent | 61bea8fe0b9ce2f8feb8b80f42a2ee37d2ef15b1 (diff) | |
| download | bcm5719-llvm-c52ea21a6e8ada96626fe74f01eb65cd7c49178f.tar.gz bcm5719-llvm-c52ea21a6e8ada96626fe74f01eb65cd7c49178f.zip | |
Fix grammar
llvm-svn: 98352
| -rw-r--r-- | clang/www/analyzer/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/analyzer/index.html b/clang/www/analyzer/index.html index 335ca8b34aa..082d35fdc48 100644 --- a/clang/www/analyzer/index.html +++ b/clang/www/analyzer/index.html @@ -27,7 +27,7 @@ tool</a> or <a href="/xcode.html">within Xcode</a>. The standalone tool is invoked from the command-line, and is intended to be run in tandem with a build of a codebase.</p> -<p>The analyzer is 100% open source and are part of the <a +<p>The analyzer is 100% open source and is part of the <a href="http://clang.llvm.org">Clang</a> project. Like the rest of Clang, the analyzer is implemented as a C++ library that can be used by other tools and applications.</p> |

