From a36b732a762dd1768b67d6860262903e68c558f9 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 19 Oct 2015 22:48:25 -0400 Subject: [PATCH] typo From-SVN: r229016 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 8036fb78b43..5716a13bcfc 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -14049,7 +14049,7 @@ start_preparsed_function (tree decl1, tree attrs, int flags) && flag_lifetime_dse && DECL_CONSTRUCTOR_P (decl1) /* We can't clobber safely for an implicitly-defined default constructor because part of the initialization might happen before we enter the - consructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */ + constructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */ && !implicit_default_ctor_p (decl1)) { /* Insert a clobber to let the back end know that the object storage -- 2.30.2