From b707c17bf4aa750f13ddf9bef87680fac5a56f6f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 2 Mar 2009 07:42:15 +0000 Subject: [PATCH] Fix typos. llvm-svn: 65813 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fda5225369c..fc340d58552 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -235,7 +235,7 @@ it as a kind of functional scripting language for many application areas.

LDC 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 @@ in this section.

  • LLVM 2.5 includes a brand new XCore backend.
  • -
  • llvm-gcc now generally supports the GFortan front-end, and the precompiled +
  • llvm-gcc now generally supports the GFortran front-end, and the precompiled release binaries now support Fortran, even on Mac OS/X.
  • CMake is now used by the LLVM build process