[llvm-commits] [llvm-gcc-4.2] r65175 - /llvm-gcc-4.2/trunk/README.LLVM

Tanya Lattner tonic at nondot.org
Fri Feb 20 14:01:58 PST 2009


Author: tbrethou
Date: Fri Feb 20 16:01:58 2009
New Revision: 65175

URL: http://llvm.org/viewvc/llvm-project?rev=65175&view=rev
Log:
Correct typo.

Modified:
    llvm-gcc-4.2/trunk/README.LLVM

Modified: llvm-gcc-4.2/trunk/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/README.LLVM?rev=65175&r1=65174&r2=65175&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/README.LLVM (original)
+++ llvm-gcc-4.2/trunk/README.LLVM Fri Feb 20 16:01:58 2009
@@ -93,7 +93,7 @@
 
 If you want Fortran support, you need to do the following:
     Get the GMP, MPFR, and libiconv via MacPorts.
-    You need to add fotran to the list of EXTRALANGS.
+    You need to add fortran to the list of EXTRALANGS.
     Then specify these additional options to configure:
         --with-gmp=/opt/local
         --with-mpfr=/opt/local





More information about the llvm-commits mailing list