summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-12 22:33:00 +0000
committerChris Lattner <sabre@nondot.org>2010-05-12 22:33:00 +0000
commitf33824922812487c1e7f24852975b0e06792eb7e (patch)
tree6dd8f0f3b5f531e453bbd0e422055a3f4441eb81 /www
parenta5058d9a0d5e60adcd9118dfe7f886effd6a6206 (diff)
downloadexternal_libcxx-f33824922812487c1e7f24852975b0e06792eb7e.tar.gz
external_libcxx-f33824922812487c1e7f24852975b0e06792eb7e.tar.bz2
external_libcxx-f33824922812487c1e7f24852975b0e06792eb7e.zip
wording
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index 474cdbede..a0c60fb43 100644
--- a/www/index.html
+++ b/www/index.html
@@ -80,10 +80,10 @@
<li><p>Mainline libstdc++ has switched to GPL3, a license which the developers
of libc++ cannot use. libstdc++ 4.2 (the last GPL2 version) could be
independently extended to support C++'0x, but this would be a fork of the
- codebase, which is usually seen as worse for a project than starting a new
- one. Another problem with libstdc++ is that it is tightly integrated with
- G++ development, tending to be tied fairly closely to the matching
- version of G++.</p>
+ codebase (which is often seen as worse for a project than starting a new
+ independent one). Another problem with libstdc++ is that it is tightly
+ integrated with G++ development, tending to be tied fairly closely to the
+ matching version of G++.</p>
</li>
<li><p>STLport and the Apache libstdcxx library are two other popular