diff --git a/clang/www/comparison.html b/clang/www/comparison.html
index 78261b7cce6b..aa11b5fa2e25 100644
--- a/clang/www/comparison.html
+++ b/clang/www/comparison.html
@@ -62,7 +62,7 @@
- The Clang ASTs and design are intended to be easily understandable by
- anyone who is familiar with the languages involved and who have a basic
+ anyone who is familiar with the languages involved and who has a basic
understanding of how a compiler works. GCC has a very old codebase
which presents a steep learning curve to new developers.
- Clang is designed as an API from its inception, allowing it to be reused
@@ -173,10 +173,10 @@
- PCC dates from the 1970's and has been dormant for most of that time.
- The clang + llvm community are very active.
+ The clang + llvm communities are very active.
- PCC doesn't support C99, Objective-C, and doesn't aim to support
C++.
- - PCC's code generation is very limited compared to LLVM, it produces very
+
- PCC's code generation is very limited compared to LLVM. It produces very
inefficient code and does not support many important targets.
- Like Elsa, PCC's does not have an integrated preprocessor, making it
extremely difficult to use it for source analysis tools.