[llvm-commits] [llvm] r65813 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Sun Mar 1 23:42:15 PST 2009
Author: void
Date: Mon Mar 2 01:42:15 2009
New Revision: 65813
URL: http://llvm.org/viewvc/llvm-project?rev=65813&view=rev
Log:
Fix typos.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=65813&r1=65812&r2=65813&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Mar 2 01:42:15 2009
@@ -235,7 +235,7 @@
<p>
<a href="http://www.dsource.org/projects/ldc">LDC</a> is an implementation of
the D Programming Language using the LLVM optimizer and code generator.
-LDC project works great with the LLVM 2.5 release. General improvmenets in this
+LDC project works great with the LLVM 2.5 release. General improvements in this
cycle have included new inline asm constraint handling, better debug info
support, general bugfixes, and better x86-64 support. This has allowed
some major improvements in LDC, getting us much closer to being as
@@ -283,7 +283,7 @@
<li>LLVM 2.5 includes a brand new <a
href="http://en.wikipedia.org/wiki/XCore">XCore</a> backend.</li>
-<li>llvm-gcc now generally supports the GFortan front-end, and the precompiled
+<li>llvm-gcc now generally supports the GFortran front-end, and the precompiled
release binaries now support Fortran, even on Mac OS/X.</li>
<li>CMake is now used by the <a href="GettingStartedVS.html">LLVM build process
More information about the llvm-commits
mailing list