From e255c643e8bc7419282c20ee3736e6df879d5d29 Mon Sep 17 00:00:00 2001
From: Richard Smith <richard-llvm@metafoo.co.uk>
Date: Fri, 24 Jun 2016 14:23:32 +0000
Subject: [PATCH] Correct error in change description.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273683 91177308-0d34-0410-b5e6-96231b3b80d8
---
 www/cxx_status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/cxx_status.html b/www/cxx_status.html
index bf333cbac8c..4b5211acf82 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>
-- 
GitLab