diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-03 21:02:25 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-03 21:02:25 +0000 |
commit | 1a71112c56a7b5efe15a88971b9c0c93d92d29f4 (patch) | |
tree | a51fd959e8936aa6d5965299e3eb0a03903ff122 | |
parent | 2df1bd44319a60a9beb26511d6e2997a3f4f67ff (diff) |
PR14004: Fix typo in documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165158 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/PCHInternals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PCHInternals.html b/docs/PCHInternals.html index 05278f37e0..7fed5bab84 100644 --- a/docs/PCHInternals.html +++ b/docs/PCHInternals.html @@ -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> |