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)
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);