summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-12 03:33:41 +0000
committerChris Lattner <sabre@nondot.org>2007-12-12 03:33:41 +0000
commit45918f3db5fa8a841665efc7d6ad408d5511710b (patch)
tree1048f437d6e5bd3a1261572f00aec057b026af89 /www/comparison.html
parent4619366f8ebbbf4b77aa84137b427287c056b9db (diff)
fix typo pointed out by gordon
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 0839031356..245f5b3975 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