diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-07-15 15:51:59 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-07-15 15:51:59 +0000 |
commit | 21a101938708edcd3db887dfa0fee73037db13b0 (patch) | |
tree | 5ebccea5f4c25bd56a915eb1eec79596c7664e78 /clang | |
parent | 85c82841baf14942b8fe509e6dc3f872be094b4c (diff) | |
download | bcm5719-llvm-21a101938708edcd3db887dfa0fee73037db13b0.tar.gz bcm5719-llvm-21a101938708edcd3db887dfa0fee73037db13b0.zip |
[cxx_status] Fix typos.
llvm-svn: 308101
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 64763fca907..2fc73e11bfe 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |