PR14004: Fix typo in documentation.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Oct 2012 21:02:25 +0000 (21:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Oct 2012 21:02:25 +0000 (21:02 +0000)
llvm-svn: 165158

clang/docs/PCHInternals.html

index 05278f3..7fed5ba 100644 (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>