Force check-in to ensure that it is up to date.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 21 Sep 1999 07:45:38 +0000 (07:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 21 Sep 1999 07:45:38 +0000 (07:45 +0000)
From-SVN: r29539

gcc/cp/semantics.c

index 80f8aa8bd0ad83dc0fd83490a343cdbebbec98dd..964cdb1da5eef506f195923668f7d080edc662ea 100644 (file)
@@ -1316,7 +1316,7 @@ finish_stmt_expr (rtl_expr)
   if (!building_stmt_tree ())
     {
       rtl_expr = expand_end_stmt_expr (rtl_expr);
-      /* The statements have side effects, so the group does.  */
+      /* The statements have side effects, so the group does too.  */
       TREE_SIDE_EFFECTS (rtl_expr) = 1;
     }