From de7738c14d39e41d3fb9e8f1c457deae99b4b76f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Jul 2011 02:21:48 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134361 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DriverInternals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.50.1