From: Chris Lattner Date: Sun, 3 Jul 2011 02:21:48 +0000 (+0000) Subject: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de7738c14d39e41d3fb9e8f1c457deae99b4b76f;p=clang fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134361 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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).

+ compilation fails).

Unified Parsing & Pipelining