[cfe-commits] r134361 - /cfe/trunk/docs/DriverInternals.html
Chris Lattner
sabre at nondot.org
Sat Jul 2 19:21:48 PDT 2011
Author: lattner
Date: Sat Jul 2 21:21:48 2011
New Revision: 134361
URL: http://llvm.org/viewvc/llvm-project?rev=134361&view=rev
Log:
fix typo
Modified:
cfe/trunk/docs/DriverInternals.html
Modified: cfe/trunk/docs/DriverInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/DriverInternals.html?rev=134361&r1=134360&r2=134361&view=diff
==============================================================================
--- cfe/trunk/docs/DriverInternals.html (original)
+++ cfe/trunk/docs/DriverInternals.html Sat Jul 2 21:21:48 2011
@@ -405,7 +405,7 @@
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 & Pipelining</h4>
More information about the cfe-commits
mailing list