aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-25 23:41:41 +0000
committerDan Gohman <gohman@apple.com>2010-02-25 23:41:41 +0000
commitabbf7cb7a973c3b5f7a7f43527fe9d8e29945d60 (patch)
treeccb4b53ccbe533f47a18e0c28152cc2f85489c74 /docs/FAQ.html
parent7def293487910456683170666a68564da8412182 (diff)
downloadexternal_llvm-abbf7cb7a973c3b5f7a7f43527fe9d8e29945d60.zip
external_llvm-abbf7cb7a973c3b5f7a7f43527fe9d8e29945d60.tar.gz
external_llvm-abbf7cb7a973c3b5f7a7f43527fe9d8e29945d60.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index d62ffd7..337866c 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -437,7 +437,7 @@ Stop.
<div class="answer">
<p>The <tt>GNUmakefile</tt> in the top-level directory of LLVM-GCC is a special
<tt>Makefile</tt> used by Apple to invoke the <tt>build_gcc</tt> script after
- setting up a special environment. This has the unforunate side-effect that
+ setting up a special environment. This has the unfortunate side-effect that
trying to build LLVM-GCC with srcdir == objdir in a "non-Apple way" invokes
the <tt>GNUmakefile</tt> instead of <tt>Makefile</tt>. Because the
environment isn't set up correctly to do this, the build fails.</p>