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

Dan Gohman gohman at apple.com
Sun May 31 09:16:43 PDT 2009


Author: djg
Date: Sun May 31 11:16:42 2009
New Revision: 72665

URL: http://llvm.org/viewvc/llvm-project?rev=72665&view=rev
Log:
Fix this typo that several people pointed out.

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=72665&r1=72664&r2=72665&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/README.LLVM (original)
+++ llvm-gcc-4.2/trunk/README.LLVM Sun May 31 11:16:42 2009
@@ -48,7 +48,7 @@
 added to the configure line:
   --target=i686-pc-linux-gnu --with-tune=generic --with-arch=pentium4
 You can select a different arch string if you prefer, but it's important to
-use this option to prevert llvm-gcc from defaulting to generic i386, which
+use this option to prevent llvm-gcc from defaulting to generic i386, which
 can lead to problems as llvm itself doesn't support x86 targets lower
 than i486.
 





More information about the llvm-commits mailing list