From 10b6af716fb986245cb1cb746ab0430bf8ed4e2d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Oct 2009 23:05:42 +0000 Subject: [PATCH] clarify llvm-svn: 83743 --- docs/ReleaseNotes-2.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 910257dbdc9..31f42ed4797 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -366,7 +366,7 @@ The LDC project works great with the LLVM 2.6 release. General improvements in this cycle have included new inline asm constraint handling, better debug info support, general bug fixes, and better x86-64 support. This has allowed -some major improvements in LDC, getting us much closer to being as +some major improvements in LDC, getting it much closer to being as fully featured as the original DMD compiler from DigitalMars.