From: Dan Gohman Date: Thu, 25 Feb 2010 23:41:41 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=abbf7cb7a973c3b5f7a7f43527fe9d8e29945d60;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97181 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index d62ffd715ab..337866cd9dd 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -437,7 +437,7 @@ Stop.

The GNUmakefile in the top-level directory of LLVM-GCC is a special Makefile used by Apple to invoke the build_gcc 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 GNUmakefile instead of Makefile. Because the environment isn't set up correctly to do this, the build fails.