Index: gcc/cp/cp-tree.def
===================================================================
--- gcc/cp/cp-tree.def (revision 181172)
+++ gcc/cp/cp-tree.def (working copy)
@@ -308,8 +308,8 @@ DEFTREECODE (RANGE_FOR_STMT, "range_for_
    and WHILE_BODY, respectively.  */
 DEFTREECODE (WHILE_STMT, "while_stmt", tcc_statement, 2)
 
-/* Used to represent a 'do' statement. The operands are DO_BODY and
-   DO_COND, respectively.  */
+/* Used to represent a 'do' statement. The operands are DO_COND and
+   DO_BODY, respectively.  */
 DEFTREECODE (DO_STMT, "do_stmt", tcc_statement, 2)
 
 /* Used to represent a 'break' statement.  */
