]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
typos
authorJason Merrill <jason@gcc.gnu.org>
Wed, 30 Aug 2000 10:20:22 +0000 (06:20 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 30 Aug 2000 10:20:22 +0000 (06:20 -0400)
From-SVN: r36062

gcc/cp/cp-tree.def
gcc/cp/decl2.c

index 1c4d8603fb824dac79bf1fa07e717828b78fb274..71edb203f90247d2b1bd61663a268d5a94737aad 100644 (file)
@@ -219,7 +219,7 @@ DEFTREECODE (PSEUDO_DTOR_EXPR, "pseudo_dtor_expr", 'e', 3)
    function.  */
 DEFTREECODE (SUBOBJECT, "subobject", 'e', 1)
 /* An CTOR_STMT marks the beginning (if CTOR_BEGIN_P holds) or end of
-   a contstructor (if CTOR_END_P) holds.  At the end of a constructor,
+   a constructor (if CTOR_END_P) holds.  At the end of a constructor,
    the cleanups associated with any SUBOBJECT_CLEANUPS need no longer
    be run.  */
 DEFTREECODE (CTOR_STMT, "ctor_stmt", 'e', 0)
index 76e2f11fb1c5b2af5d4f50e6dc5ed5c4d923a42d..90c6c3e4d1733d408f834ebd0b3f1d750edead69 100644 (file)
@@ -3044,8 +3044,8 @@ finish_objects (method_type, initp, body)
   const char *fnname;
   tree fn;
 
-  /* Finish up. */
-  finish_compound_stmt(/*has_no_scope=*/0, body);
+  /* Finish up.  */
+  finish_compound_stmt (/*has_no_scope=*/0, body);
   fn = finish_function (0);
   expand_body (fn);