summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-07-15 15:51:59 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-07-15 15:51:59 +0000
commit1283f018226a4dbf565c8b1536b0c3b1bd610c58 (patch)
treea11ba72d1a0df603e31043bc224666dcca6c335b
parent86f8aca41172032538caa4f4cd1ab6b9eb63284d (diff)
[cxx_status] Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308101 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 64763fca90..2fc73e11bf 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -777,7 +777,7 @@ code. This issue is expected to be rectified soon.
<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>