[cfe-commits] r165158 - /cfe/trunk/docs/PCHInternals.html

Richard Smith richard-llvm at metafoo.co.uk
Wed Oct 3 14:02:25 PDT 2012


Author: rsmith
Date: Wed Oct  3 16:02:25 2012
New Revision: 165158

URL: http://llvm.org/viewvc/llvm-project?rev=165158&view=rev
Log:
PR14004: Fix typo in documentation.

Modified:
    cfe/trunk/docs/PCHInternals.html

Modified: cfe/trunk/docs/PCHInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/PCHInternals.html?rev=165158&r1=165157&r2=165158&view=diff
==============================================================================
--- cfe/trunk/docs/PCHInternals.html (original)
+++ cfe/trunk/docs/PCHInternals.html Wed Oct  3 16:02:25 2012
@@ -541,7 +541,7 @@
 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>





More information about the cfe-commits mailing list