aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-03 02:21:48 +0000
committerChris Lattner <sabre@nondot.org>2011-07-03 02:21:48 +0000
commitde7738c14d39e41d3fb9e8f1c457deae99b4b76f (patch)
treeeb24d61677c0b25ee9dd123208501428571052e5
parent973c4fc0b0a88f9cea273b16f2082788a6e57d74 (diff)
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134361 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/DriverInternals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DriverInternals.html b/docs/DriverInternals.html
index 4f5f0ae112..380de9909a 100644
--- a/docs/DriverInternals.html
+++ b/docs/DriverInternals.html
@@ -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 &amp; Pipelining</h4>