[llvm-commits] [llvm] r97181 - /llvm/trunk/docs/FAQ.html

Dan Gohman gohman at apple.com
Thu Feb 25 15:41:41 PST 2010


Author: djg
Date: Thu Feb 25 17:41:41 2010
New Revision: 97181

URL: http://llvm.org/viewvc/llvm-project?rev=97181&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/docs/FAQ.html

Modified: llvm/trunk/docs/FAQ.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.html?rev=97181&r1=97180&r2=97181&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.html (original)
+++ llvm/trunk/docs/FAQ.html Thu Feb 25 17:41:41 2010
@@ -437,7 +437,7 @@
 <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>





More information about the llvm-commits mailing list