PR14004: Fix typo in documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2012-10-03 21:02:25 +00:00
Родитель 2df1bd4431
Коммит 1a71112c56
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -541,7 +541,7 @@ it depends on), reparsing of that source file can use the precompiled
preamble and start parsing after the #includes, so parsing time is preamble and start parsing after the #includes, so parsing time is
proportional to the size of the source file (rather than all of its proportional to the size of the source file (rather than all of its
includes). However, the compilation of that translation unit includes). However, the compilation of that translation unit
may already uses a precompiled header: in this case, Clang will create may already use a precompiled header: in this case, Clang will create
the precompiled preamble as a chained precompiled header that refers the precompiled preamble as a chained precompiled header that refers
to the original precompiled header. This drastically reduces the time to the original precompiled header. This drastically reduces the time
needed to serialize the precompiled preamble for use in reparsing.</p> needed to serialize the precompiled preamble for use in reparsing.</p>