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 | b815525223aaf87e6b160cf321541bda7ce505f0 (patch) | |
tree | 2b1f89a0bb81271277c0085ea85557e13270faa9 | |
parent | bf56beab7eb64a62f0482a3b964720e51f5a4e4e (diff) | |
download | bcm5719-llvm-b815525223aaf87e6b160cf321541bda7ce505f0.tar.gz bcm5719-llvm-b815525223aaf87e6b160cf321541bda7ce505f0.zip |
PR14004: Fix typo in documentation.
llvm-svn: 165158
-rw-r--r-- | clang/docs/PCHInternals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/PCHInternals.html b/clang/docs/PCHInternals.html index 05278f37e0a..7fed5bab84e 100644 --- a/clang/docs/PCHInternals.html +++ b/clang/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> |