PR14004: Fix typo in documentation.

llvm-svn: 165158
This commit is contained in:
Richard Smith 2012-10-03 21:02:25 +00:00
parent bf56beab7e
commit b815525223
1 changed files with 1 additions and 1 deletions

View File

@ -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
proportional to the size of the source file (rather than all of its
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
to the original precompiled header. This drastically reduces the time
needed to serialize the precompiled preamble for use in reparsing.</p>