fix typo pointed out by gordon


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/comparison.html b/www/comparison.html
index 0839031..245f5b3 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -94,7 +94,7 @@
         example, if you write "x-x" in your source code, the GCC AST will

         contain "0", with no mention of 'x'.  This is extremely bad for a

         refactoring tool that wants to rename 'x'.</li>

-    <li>Clang can serialize it's AST out to disk and read it back into another 

+    <li>Clang can serialize its AST out to disk and read it back into another 

         program, which is useful for whole program analysis.  GCC does not have

         this, but its current PCH mechanism is close.  However, GCC's current 

         PCH support is architecturally only able to read the dump back into