summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 14:23:32 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 14:23:32 +0000
commite255c643e8bc7419282c20ee3736e6df879d5d29 (patch)
tree17c757e93e05a865e2c1a1f210dddf9494b2eaf9
parentdc922ee10e77e32a741f97256d9acc72069204bc (diff)
Correct error in change description.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273683 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index bf333cbac8..4b5211acf8 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -723,7 +723,7 @@ as the draft C++1z standard evolves.</p>
<td class="none" align="center">No</td>
</tr>
<tr>
- <td>Separate variable and condition for <tt>if</tt>, <tt>while</tt>, and <tt>switch</tt></td>
+ <td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>
<td><a href="http://wg21.link/p0305r1">P0305R1</a></td>
<td class="none" align="center">No</td>
</tr>