From cdce44be4741c8cfad13052be7d4a6ae683455b2 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 6 Oct 2010 21:07:30 +0000 Subject: [PATCH] Fix libc++ link in release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115837 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7cb7b5c8450..826540afae8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -269,7 +269,7 @@ support new platforms, new languages, new architectures, and new features.

-libc++ is another new member of the LLVM +libc++ is another new member of the LLVM family. It is an implementation of the C++ standard library, written from the ground up to specifically target the forthcoming C++'0X standard and focus on delivering great performance.

-- 2.34.1