]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 3 Jul 2011 02:21:48 +0000 (02:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Jul 2011 02:21:48 +0000 (02:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134361 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DriverInternals.html

index 4f5f0ae112f97dc359dc13315c69e7ebeadaeeff..380de9909af06efb2168b0704c51363a8bdead64 100644 (file)
         to each compilation sequence. For example, the list of used
         temporary files (which must be removed once compilation is
         finished) and result files (which should be removed if
-        compilation files).</p>
+        compilation fails).</p>
 
       <h4 id="int_unified_parsing">Unified Parsing &amp; Pipelining</h4>