fix typo pointed out by gordon

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-12-12 03:33:41 +00:00
Родитель 4619366f8e
Коммит 45918f3db5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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