r194056 - Remove stray comma from documentation.

Richard Smith richard-llvm at metafoo.co.uk
Tue Nov 5 01:13:06 PST 2013


Author: rsmith
Date: Tue Nov  5 03:12:55 2013
New Revision: 194056

URL: http://llvm.org/viewvc/llvm-project?rev=194056&view=rev
Log:
Remove stray comma from documentation.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=194056&r1=194055&r2=194056&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Nov  5 03:12:55 2013
@@ -49,7 +49,7 @@ C++11 features accepted as extensions. Y
 with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++, but
 patches are needed to make <a href="libstdc++4.4-clang0x.patch">libstdc++-4.4</a>
 work with Clang in C++11 mode. Patches are also needed to make
-<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>,
+<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>
 and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang
 releases prior to version 3.2 in C++11 mode. <tt>thread_local</tt> support
 currently requires g++-4.8's C++ runtime library.</p>





More information about the cfe-commits mailing list