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 | 3ff9da4df1855382453a5596babffcbd98215f1d (patch) | |
tree | f8f10803c5f1fc237893e2097cd805f4a2ae8bc3 | |
parent | 6488292f5e204fed99bb43ab23b8342ddc03ce89 (diff) |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 335ca8b34a..082d35fdc4 100644 --- a/www/analyzer/index.html +++ b/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> |