[llvm-commits] [llvm] r60841 - /llvm/trunk/docs/GettingStarted.html

Nuno Lopes nunoplopes at sapo.pt
Wed Dec 10 08:12:02 PST 2008


Author: nlopes
Date: Wed Dec 10 10:11:10 2008
New Revision: 60841

URL: http://llvm.org/viewvc/llvm-project?rev=60841&view=rev
Log:
fix typo. thanks Baldrick for noticing

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=60841&r1=60840&r2=60841&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Dec 10 10:11:10 2008
@@ -558,7 +558,7 @@
 <p><b>GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian</b>: Appears
 to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining
 about symbols remaining in the table on destruction.</p>
-<p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptons
+<p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptoms
 as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</p>
 
 <p><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very





More information about the llvm-commits mailing list