r308101 - [cxx_status] Fix typos.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 15 08:52:00 PDT 2017
Author: rsmith
Date: Sat Jul 15 08:51:59 2017
New Revision: 308101
URL: http://llvm.org/viewvc/llvm-project?rev=308101&view=rev
Log:
[cxx_status] Fix typos.
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=308101&r1=308100&r2=308101&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Jul 15 08:51:59 2017
@@ -777,7 +777,7 @@ code. This issue is expected to be recti
<h2 id="cxx20">C++2a implementation status</h2>
-<p>Clang does not yet support any of the propose fetures of
+<p>Clang does not yet support any of the proposed features of
<!--<p>Clang has <b>experimental</b> support for some proposed features of-->
the C++ standard following C++17, provisionally named C++2a.
Note that support for these features may change or be removed without notice,
@@ -797,7 +797,7 @@ as the draft C++2a standard evolves.
<!-- Toronto 2017 papers -->
<tr>
<td>Default member initializers for bit-fields</td>
- <td><a href="http://wg21.link/p0683r1">P00683R1</a></td>
+ <td><a href="http://wg21.link/p0683r1">P0683R1</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
More information about the cfe-commits
mailing list