diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-25 23:41:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-25 23:41:41 +0000 |
commit | f804f182d03d47794f618278307b4d8f4b75d07c (patch) | |
tree | 3ea3c9a46018fd1075d5ae4aa28a49e4acbaaa42 /llvm/docs/FAQ.html | |
parent | 4d377d8c59c4563a094b4fbca973f58c3f817160 (diff) | |
download | bcm5719-llvm-f804f182d03d47794f618278307b4d8f4b75d07c.tar.gz bcm5719-llvm-f804f182d03d47794f618278307b4d8f4b75d07c.zip |
Fix a typo.
llvm-svn: 97181
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index d62ffd715ab..337866cd9dd 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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> |